#64377B

Color #64377B Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #64377B

Tints of Honey Flower #64377B

Color information

#64377B (or 0x64377B) is unknown color: approx Honey Flower. HEX triplet: 64, 37 and 7B. RGB value is (100,55,123). Sum of RGB (Red+Green+Blue) = 100+55+123=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #64377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64377B is #9BC884. Grayscale: #4B4B4B. Windows color (decimal): -10209413 or 8075108. OLE color: 8075108.

HSL color Cylindrical-coordinate representation of color #64377B: hue angle of 279.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64377B is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10055123-
CMYK0.190.5500.52
HSL279.71º38.2%34.9%-
HSV(B)279.71º55.28%48.24%-
XYZ10.26.8719.53-
YUV76.21154.41144.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=35.97%
G=19.78%
B=44.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100551230.190.5500.52279.7138.234.9
Hex64377B13370341182623
Octal1446717323670644304643
Binary11001001101111111011100111101110110100100011000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64377B; }

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

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

<style>
 a { background-color: #64377B; }

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

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

<style>
 span { border-color: #64377B; }

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

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