#642B8B

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

Shades of Kingfisher Daisy #642B8B

Tints of Kingfisher Daisy #642B8B

Color information

#642B8B (or 0x642B8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2B and 8B. RGB value is (100,43,139). Sum of RGB (Red+Green+Blue) = 100+43+139=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #642B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B8B is #9BD474. Grayscale: #464646. Windows color (decimal): -10212469 or 9120612. OLE color: 9120612.

HSL color Cylindrical-coordinate representation of color #642B8B: hue angle of 275.62º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642B8B is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10043139-
CMYK0.280.6900.45
HSL275.62º52.75%35.69%-
HSV(B)275.62º69.06%54.51%-
XYZ10.786.325.07-
YUV70.99166.38148.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 43 (17.19% from 255) = 15.25%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=35.46%
G=15.25%
B=49.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100431390.280.6900.45275.6252.7535.69
Hex642B8B1C4502D1143524
Octal14453213341050554246544
Binary1100100101011100010111110010001010101101100010100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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