#642C82

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

Shades of Kingfisher Daisy #642C82

Tints of Kingfisher Daisy #642C82

Color information

#642C82 (or 0x642C82) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2C and 82. RGB value is (100,44,130). Sum of RGB (Red+Green+Blue) = 100+44+130=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #642C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C82 is #9BD37D. Grayscale: #464646. Windows color (decimal): -10212222 or 8531044. OLE color: 8531044.

HSL color Cylindrical-coordinate representation of color #642C82: hue angle of 279.07º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642C82 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10044130-
CMYK0.230.6600.49
HSL279.07º49.43%34.12%-
HSV(B)279.07º66.15%50.98%-
XYZ10.196.1221.76-
YUV70.55161.55149.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.50%
GREEN value IS 44 (17.58% from 255) = 16.06%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=36.50%
G=16.06%
B=47.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100441300.230.6600.49279.0749.4334.12
Hex642C8217420311173122
Octal14454202271020614276142
Binary1100100101100100000101011110000100110001100010111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,44,130); }

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

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

 a { background-color: rgb(100,44,130); }

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

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

 span { border-color: rgb(100,44,130); }

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