#64278F

Color #64278F Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #64278F

Tints of Kingfisher Daisy #64278F

Color information

#64278F (or 0x64278F) is unknown color: approx 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

RGB10039143-
CMYK0.300.7300.44
HSL275.19º57.14%35.69%-
HSV(B)275.19º72.73%56.08%-
XYZ10.946.1426.6-
YUV69.1169.71150.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 39 (15.62% 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 (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100391430.300.7300.44275.1957.1435.69
Hex64278F1E4902C1133924
Octal14447217361110544237144
Binary1100100100111100011111111010010010101100100010011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>