#6820A2

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

Shades of Royal Purple #6820A2

Tints of Royal Purple #6820A2

Color information

#6820A2 (or 0x6820A2) is unknown color: approx Royal Purple. HEX triplet: 68, 20 and A2. RGB value is (104,32,162). Sum of RGB (Red+Green+Blue) = 104+32+162=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #6820A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6820A2 is #97DF5D. Grayscale: #434343. Windows color (decimal): -9953118 or 10625128. OLE color: 10625128.

HSL color Cylindrical-coordinate representation of color #6820A2: hue angle of 273.23º 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 #6820A2 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10432162-
CMYK0.360.8000.36
HSL273.23º67.01%38.04%-
HSV(B)273.23º80.25%63.53%-
XYZ12.756.5834.78-
YUV68.35180.85153.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 162 (63.67% from 255) = 54.36%
R=34.90%
G=10.74%
B=54.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104321620.360.8000.36273.2367.0138.04
Hex6820A224500241114326
Octal150402424412004442110346
Binary110100010000010100010100100101000001001001000100011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6820A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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