Html Css Color HEX #64377D Honey Flower

📋 copy color: '#64377D'

red 100 ◦ green 55 ◦ blue 125

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

Shades of Honey Flower #64377D

Tints of Honey Flower #64377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.64%

 BLUE value IS 125 (49.22% from 255) = 44.64%

R = 35.71%
G = 19.64%
B = 44.64%

CMYK

 C value IS 0.2

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64377D (or 0x64377D) is known color: Honey Flower. HEX triplet: 64, 37 and 7D. RGB value is (100,55,125). Sum of RGB (Red+Green+Blue) = 100+55+125=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #64377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64377D is #9BC882. Grayscale: #4C4C4C. Windows color (decimal): -10209411 or 8206180. OLE color: 8206180.

HSL color Cylindrical-coordinate representation of color #64377D: hue angle of 278.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64377D is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 55 125 -
CMYK 0.2 0.56 0 0.51
HSL 278.57º 0.39% 0.35% -
HSV(B) 278.57º 0.56% 0.49% -
XYZ 10.32 6.92 20.19 -
YUV 76.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 100 55 125 0.2 0.56 0 0.51 278.57 0.39 0.35
Hex 64 37 7D 14 38 0 33 117 27 23
Octal 144 67 175 24 70 0 63 427 47 43
Binary 1100100 110111 1111101 10100 111000 0 110011 100010111 100111 100011

Color Harmonies of #64377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64377D

Black with #64377D

Text Example


Text Example

White with #64377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64377D;
 }
 .AnyTagClassName
 {
   color: #64377D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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