#642B7F

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

Shades of Kingfisher Daisy #642B7F

Tints of Kingfisher Daisy #642B7F

Color information

#642B7F (or 0x642B7F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2B and 7F. RGB value is (100,43,127). Sum of RGB (Red+Green+Blue) = 100+43+127=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #642B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642B7F is #9BD480. Grayscale: #454545. Windows color (decimal): -10212481 or 8334180. OLE color: 8334180.

HSL color Cylindrical-coordinate representation of color #642B7F: hue angle of 280.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642B7F is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10043127-
CMYK0.210.6600.50
HSL280.71º49.41%33.33%-
HSV(B)280.71º66.14%49.8%-
XYZ9.955.9720.71-
YUV69.62160.38149.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.04%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 127 (50% from 255) = 47.04%
R=37.04%
G=15.93%
B=47.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100431270.210.6600.50280.7149.4133.33
Hex642B7F15420321193121
Octal14453177251020624316141
Binary110010010101111111111010110000100110010100011001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642B7F; }

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

 H1.HeaderClassName
 {
   color: #642B7F;
 }
 .AnyTagClassName
 {
   color: #642B7F;
 }
</style>
background-color css

<style>
 a { background-color: #642B7F; }

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

 div.DivClassName
 {
   background-color: #642B7F;
 }
 .BgClassName
 {
   background-color: #642B7F;
 }
</style>
border-color css

<style>
 span { border-color: #642B7F; }

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

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