Html Css Color HEX #64337C Honey Flower

📋 copy color: '#64337C'

red 100 ◦ green 51 ◦ blue 124

#64337C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #64337C

Tints of Honey Flower #64337C

RGB

 RED value IS 100 (39.45% from 255) = 36.36%

 GREEN value IS 51 (20.31% from 255) = 18.55%

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 36.36%
G = 18.55%
B = 45.09%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64337C (or 0x64337C) is known color: Honey Flower. HEX triplet: 64, 33 and 7C. RGB value is (100,51,124). Sum of RGB (Red+Green+Blue) = 100+51+124=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #64337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64337C is #9BCC83. Grayscale: #494949. Windows color (decimal): -10210436 or 8139620. OLE color: 8139620.

HSL color Cylindrical-coordinate representation of color #64337C: hue angle of 280.27º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64337C is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 51 124 -
CMYK 0.19 0.59 0 0.51
HSL 280.27º 0.42% 0.34% -
HSV(B) 280.27º 0.59% 0.49% -
XYZ 10.08 6.53 19.8 -
YUV 73.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 100 51 124 0.19 0.59 0 0.51 280.27 0.42 0.34
Hex 64 33 7C 13 3B 0 33 118 2A 22
Octal 144 63 174 23 73 0 63 430 52 42
Binary 1100100 110011 1111100 10011 111011 0 110011 100011000 101010 100010

Color Harmonies of #64337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64337C

Black with #64337C

Text Example


Text Example

White with #64337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64337C; }

 p { color: rgb(100,51,124); }

 H1.HeaderClassName
 {
   color: #64337C;
 }
 .AnyTagClassName
 {
   color: #64337C;
 }
</style>

background-color css

<style>
 a { background-color: #64337C; }

 a { background-color: rgb(100,51,124); }

 div.DivClassName
 {
   background-color: #64337C;
 }
 .BgClassName
 {
   background-color: #64337C;
 }
</style>

border-color css

<style>
 span { border-color: #64337C; }

 span { border-color: rgb(100,51,124); }

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