#642C8A

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

Shades of Kingfisher Daisy #642C8A

Tints of Kingfisher Daisy #642C8A

Color information

#642C8A (or 0x642C8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2C and 8A. RGB value is (100,44,138). Sum of RGB (Red+Green+Blue) = 100+44+138=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #642C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C8A is #9BD375. Grayscale: #474747. Windows color (decimal): -10212214 or 9055332. OLE color: 9055332.

HSL color Cylindrical-coordinate representation of color #642C8A: hue angle of 275.74º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642C8A is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10044138-
CMYK0.280.6800.46
HSL275.74º51.65%35.69%-
HSV(B)275.74º68.12%54.12%-
XYZ10.746.3524.7-
YUV71.46165.55148.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 44 (17.58% from 255) = 15.60%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=35.46%
G=15.60%
B=48.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100441380.280.6800.46275.7451.6535.69
Hex642C8A1C4402E1143424
Octal14454212341040564246444
Binary1100100101100100010101110010001000101110100010100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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