#64378E

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

Shades of Daisy Bush #64378E

Tints of Daisy Bush #64378E

Color information

#64378E (or 0x64378E) is unknown color: approx Daisy Bush. HEX triplet: 64, 37 and 8E. RGB value is (100,55,142). Sum of RGB (Red+Green+Blue) = 100+55+142=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #64378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64378E is #9BC871. Grayscale: #4E4E4E. Windows color (decimal): -10209394 or 9320292. OLE color: 9320292.

HSL color Cylindrical-coordinate representation of color #64378E: hue angle of 271.03º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64378E is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10055142-
CMYK0.300.6100.44
HSL271.03º44.16%38.63%-
HSV(B)271.03º61.27%55.69%-
XYZ11.57.3926.41-
YUV78.37163.91143.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=33.67%
G=18.52%
B=47.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100551420.300.6100.44271.0344.1638.63
Hex64378E1E3D02C10f2c27
Octal1446721636750544175447
Binary110010011011110001110111101111010101100100001111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64378E; }

 p { color: rgb(100,55,142); }

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

<style>
 a { background-color: #64378E; }

 a { background-color: rgb(100,55,142); }

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

<style>
 span { border-color: #64378E; }

 span { border-color: rgb(100,55,142); }

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