#642DAB

Color #642DAB Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #642DAB

Tints of Royal Purple #642DAB

Color information

#642DAB (or 0x642DAB) is unknown color: approx Royal Purple. HEX triplet: 64, 2D and AB. RGB value is (100,45,171). Sum of RGB (Red+Green+Blue) = 100+45+171=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #642DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642DAB is #9BD254. Grayscale: #4B4B4B. Windows color (decimal): -10211925 or 11218276. OLE color: 11218276.

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

Color convert

RGB10045171-
CMYK0.420.7400.33
HSL266.19º58.33%42.35%-
HSV(B)266.19º73.68%67.06%-
XYZ13.547.5339.27-
YUV75.81181.72145.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 45 (17.97% from 255) = 14.24%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=31.65%
G=14.24%
B=54.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100451710.420.7400.33266.1958.3342.35
Hex642DAB2A4A02110a3a2a
Octal14455253521120414127252
Binary11001001011011010101110101010010100100001100001010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,45,171); }

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

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

 a { background-color: rgb(100,45,171); }

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

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

 span { border-color: rgb(100,45,171); }

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