#6420A2

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

Shades of Royal Purple #6420A2

Tints of Royal Purple #6420A2

Color information

#6420A2 (or 0x6420A2) is unknown color: approx Royal Purple. HEX triplet: 64, 20 and A2. RGB value is (100,32,162). Sum of RGB (Red+Green+Blue) = 100+32+162=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #6420A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6420A2 is #9BDF5D. Grayscale: #424242. Windows color (decimal): -10215262 or 10625124. OLE color: 10625124.

HSL color Cylindrical-coordinate representation of color #6420A2: hue angle of 271.38º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6420A2 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10032162-
CMYK0.380.8000.36
HSL271.38º67.01%38.04%-
HSV(B)271.38º80.25%63.53%-
XYZ12.296.3534.76-
YUV67.15181.53151.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 32 (12.89% from 255) = 10.88%
BLUE value IS 162 (63.67% from 255) = 55.10%
R=34.01%
G=10.88%
B=55.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100321620.380.8000.36271.3867.0138.04
Hex6420A2265002410f4326
Octal144402424612004441710346
Binary110010010000010100010100110101000001001001000011111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6420A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6420A2; }

 p { color: rgb(100,32,162); }

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

<style>
 a { background-color: #6420A2; }

 a { background-color: rgb(100,32,162); }

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

<style>
 span { border-color: #6420A2; }

 span { border-color: rgb(100,32,162); }

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