Html Css Color HEX #64337A Honey Flower

📋 copy color: '#64337A'

red 100 ◦ green 51 ◦ blue 122

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

Shades of Honey Flower #64337A

Tints of Honey Flower #64337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.69%

R = 36.63%
G = 18.68%
B = 44.69%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64337A (or 0x64337A) is known color: Honey Flower. HEX triplet: 64, 33 and 7A. RGB value is (100,51,122). Sum of RGB (Red+Green+Blue) = 100+51+122=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #64337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64337A is #9BCC85. Grayscale: #494949. Windows color (decimal): -10210438 or 8008548. OLE color: 8008548.

HSL color Cylindrical-coordinate representation of color #64337A: hue angle of 281.41º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64337A is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 51 122 -
CMYK 0.18 0.58 0 0.52
HSL 281.41º 0.41% 0.34% -
HSV(B) 281.41º 0.58% 0.48% -
XYZ 9.95 6.48 19.14 -
YUV 73.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 100 51 122 0.18 0.58 0 0.52 281.41 0.41 0.34
Hex 64 33 7A 12 3A 0 34 119 29 22
Octal 144 63 172 22 72 0 64 431 51 42
Binary 1100100 110011 1111010 10010 111010 0 110100 100011001 101001 100010

Color Harmonies of #64337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64337A

Black with #64337A

Text Example


Text Example

White with #64337A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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