Html Css Color HEX #64278F Kingfisher Daisy

📋 copy color: '#64278F'

red 100 ◦ green 39 ◦ blue 143

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

Shades of Kingfisher Daisy #64278F

Tints of Kingfisher Daisy #64278F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

 BLUE value IS 143 (56.25% from 255) = 50.71%

R = 35.46%
G = 13.83%
B = 50.71%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64278F (or 0x64278F) is known color: Kingfisher Daisy. HEX triplet: 64, 27 and 8F. RGB value is (100,39,143). Sum of RGB (Red+Green+Blue) = 100+39+143=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #64278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64278F is #9BD870. Grayscale: #444444. Windows color (decimal): -10213489 or 9381732. OLE color: 9381732.

HSL color Cylindrical-coordinate representation of color #64278F: hue angle of 275.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64278F is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 39 143 -
CMYK 0.30 0.73 0 0.44
HSL 275.19º 0.57% 0.36% -
HSV(B) 275.19º 0.73% 0.56% -
XYZ 10.94 6.14 26.6 -
YUV 69.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 100 39 143 0.30 0.73 0 0.44 275.19 0.57 0.36
Hex 64 27 8F 1E 49 0 2C 113 39 24
Octal 144 47 217 36 111 0 54 423 71 44
Binary 1100100 100111 10001111 11110 1001001 0 101100 100010011 111001 100100

Color Harmonies of #64278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64278F

Black with #64278F

Text Example


Text Example

White with #64278F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,39,143); }

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

background-color css

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

 a { background-color: rgb(100,39,143); }

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

border-color css

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

 span { border-color: rgb(100,39,143); }

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