Html Css Color HEX #64397A Honey Flower

📋 copy color: '#64397A'

red 100 ◦ green 57 ◦ blue 122

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

Shades of Honey Flower #64397A

Tints of Honey Flower #64397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

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

R = 35.84%
G = 20.43%
B = 43.73%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64397A (or 0x64397A) is known color: Honey Flower. HEX triplet: 64, 39 and 7A. RGB value is (100,57,122). Sum of RGB (Red+Green+Blue) = 100+57+122=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #64397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64397A is #9BC685. Grayscale: #4D4D4D. Windows color (decimal): -10208902 or 8010084. OLE color: 8010084.

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

Color convert

RGB 100 57 122 -
CMYK 0.18 0.53 0 0.52
HSL 279.69º 0.36% 0.35% -
HSV(B) 279.69º 0.53% 0.48% -
XYZ 10.23 7.04 19.23 -
YUV 77.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 100 57 122 0.18 0.53 0 0.52 279.69 0.36 0.35
Hex 64 39 7A 12 35 0 34 118 24 23
Octal 144 71 172 22 65 0 64 430 44 43
Binary 1100100 111001 1111010 10010 110101 0 110100 100011000 100100 100011

Color Harmonies of #64397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64397A

Black with #64397A

Text Example


Text Example

White with #64397A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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