#642A7F

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

Shades of Kingfisher Daisy #642A7F

Tints of Kingfisher Daisy #642A7F

Color information

#642A7F (or 0x642A7F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2A and 7F. RGB value is (100,42,127). Sum of RGB (Red+Green+Blue) = 100+42+127=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #642A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642A7F is #9BD580. Grayscale: #444444. Windows color (decimal): -10212737 or 8333924. OLE color: 8333924.

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

Color convert

RGB10042127-
CMYK0.210.6700.50
HSL280.94º50.3%33.14%-
HSV(B)280.94º66.93%49.8%-
XYZ9.915.920.69-
YUV69.03160.72150.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 42 (16.80% from 255) = 15.61%
BLUE value IS 127 (50% from 255) = 47.21%
R=37.17%
G=15.61%
B=47.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100421270.210.6700.50280.9450.333.14
Hex642A7F15430321193221
Octal14452177251030624316241
Binary110010010101011111111010110000110110010100011001110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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