Html Css Color HEX #64377F Kingfisher Daisy

📋 copy color: '#64377F'

red 100 ◦ green 55 ◦ blue 127

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

Shades of Kingfisher Daisy #64377F

Tints of Kingfisher Daisy #64377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.04%

R = 35.46%
G = 19.5%
B = 45.04%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64377F (or 0x64377F) is known color: Kingfisher Daisy. HEX triplet: 64, 37 and 7F. RGB value is (100,55,127). Sum of RGB (Red+Green+Blue) = 100+55+127=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #64377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64377F is #9BC880. Grayscale: #4C4C4C. Windows color (decimal): -10209409 or 8337252. OLE color: 8337252.

HSL color Cylindrical-coordinate representation of color #64377F: hue angle of 277.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64377F is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 55 127 -
CMYK 0.21 0.57 0 0.50
HSL 277.5º 0.4% 0.36% -
HSV(B) 277.5º 0.57% 0.5% -
XYZ 10.45 6.97 20.87 -
YUV 76.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 100 55 127 0.21 0.57 0 0.50 277.5 0.4 0.36
Hex 64 37 7F 15 39 0 32 116 28 24
Octal 144 67 177 25 71 0 62 426 50 44
Binary 1100100 110111 1111111 10101 111001 0 110010 100010110 101000 100100

Color Harmonies of #64377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64377F

Black with #64377F

Text Example


Text Example

White with #64377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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