#6A1EA2

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

Shades of Royal Purple #6A1EA2

Tints of Royal Purple #6A1EA2

Color information

#6A1EA2 (or 0x6A1EA2) is unknown color: approx Royal Purple. HEX triplet: 6A, 1E and A2. RGB value is (106,30,162). Sum of RGB (Red+Green+Blue) = 106+30+162=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 30 (12.11% from 255 or 10.07% 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 #6A1EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1EA2 is #95E15D. Grayscale: #434343. Windows color (decimal): -9822558 or 10624618. OLE color: 10624618.

HSL color Cylindrical-coordinate representation of color #6A1EA2: hue angle of 274.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1EA2 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10630162-
CMYK0.350.8100.36
HSL274.55º68.75%37.65%-
HSV(B)274.55º81.48%63.53%-
XYZ12.936.634.78-
YUV67.77181.18155.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 30 (12.11% from 255) = 10.07%
BLUE value IS 162 (63.67% from 255) = 54.36%
R=35.57%
G=10.07%
B=54.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106301620.350.8100.36274.5568.7537.65
Hex6A1EA223510241134526
Octal152362424312104442310546
Binary11010101111010100010100011101000101001001000100111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A1EA2; }

 p { color: rgb(106,30,162); }

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

<style>
 a { background-color: #6A1EA2; }

 a { background-color: rgb(106,30,162); }

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

<style>
 span { border-color: #6A1EA2; }

 span { border-color: rgb(106,30,162); }

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