#643B8C

Color #643B8C Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #643B8C

Tints of Daisy Bush #643B8C

Color information

#643B8C (or 0x643B8C) is unknown color: approx Daisy Bush. HEX triplet: 64, 3B and 8C. RGB value is (100,59,140). Sum of RGB (Red+Green+Blue) = 100+59+140=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #643B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643B8C is #9BC473. Grayscale: #505050. Windows color (decimal): -10208372 or 9190244. OLE color: 9190244.

HSL color Cylindrical-coordinate representation of color #643B8C: hue angle of 270.37º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #643B8C is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10059140-
CMYK0.290.5800.45
HSL270.37º40.7%39.02%-
HSV(B)270.37º57.86%54.9%-
XYZ11.557.7325.69-
YUV80.49161.58141.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=33.44%
G=19.73%
B=46.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100591400.290.5800.45270.3740.739.02
Hex643B8C1D3A02D10e2927
Octal1447321435720554165147
Binary110010011101110001100111011110100101101100001110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643B8C; }

 p { color: rgb(100,59,140); }

 H1.HeaderClassName
 {
   color: #643B8C;
 }
 .AnyTagClassName
 {
   color: #643B8C;
 }
</style>
background-color css

<style>
 a { background-color: #643B8C; }

 a { background-color: rgb(100,59,140); }

 div.DivClassName
 {
   background-color: #643B8C;
 }
 .BgClassName
 {
   background-color: #643B8C;
 }
</style>
border-color css

<style>
 span { border-color: #643B8C; }

 span { border-color: rgb(100,59,140); }

 td.TdClassName
 {
   border-color: #643B8C;
 }
 .TagClassName
 {
   border-color: #643B8C;
 }
</style>