Html Css Color HEX #64257F Kingfisher Daisy

📋 copy color: '#64257F'

red 100 ◦ green 37 ◦ blue 127

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

Shades of Kingfisher Daisy #64257F

Tints of Kingfisher Daisy #64257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 37.88%
G = 14.02%
B = 48.11%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64257F (or 0x64257F) is known color: Kingfisher Daisy. HEX triplet: 64, 25 and 7F. RGB value is (100,37,127). Sum of RGB (Red+Green+Blue) = 100+37+127=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #64257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64257F is #9BDA80. Grayscale: #414141. Windows color (decimal): -10214017 or 8332644. OLE color: 8332644.

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

Color convert

RGB 100 37 127 -
CMYK 0.21 0.71 0 0.50
HSL 282º 0.55% 0.32% -
HSV(B) 282º 0.71% 0.5% -
XYZ 9.75 5.56 20.64 -
YUV 66.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 100 37 127 0.21 0.71 0 0.50 282 0.55 0.32
Hex 64 25 7F 15 47 0 32 11A 37 20
Octal 144 45 177 25 107 0 62 432 67 40
Binary 1100100 100101 1111111 10101 1000111 0 110010 100011010 110111 100000

Color Harmonies of #64257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64257F

Black with #64257F

Text Example


Text Example

White with #64257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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