#6A3A98

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

Shades of Royal Purple #6A3A98

Tints of Royal Purple #6A3A98

Color information

#6A3A98 (or 0x6A3A98) is unknown color: approx Royal Purple. HEX triplet: 6A, 3A and 98. RGB value is (106,58,152). Sum of RGB (Red+Green+Blue) = 106+58+152=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A3A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3A98 is #95C567. Grayscale: #525252. Windows color (decimal): -9815400 or 9976426. OLE color: 9976426.

HSL color Cylindrical-coordinate representation of color #6A3A98: hue angle of 270.64º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A3A98 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10658152-
CMYK0.300.6200.40
HSL270.64º44.76%41.18%-
HSV(B)270.64º61.84%59.61%-
XYZ13.128.3630.63-
YUV83.07166.9144.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 58 (23.05% from 255) = 18.35%
BLUE value IS 152 (59.77% from 255) = 48.10%
R=33.54%
G=18.35%
B=48.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106581520.300.6200.40270.6444.7641.18
Hex6A3A981E3E02810f2d29
Octal1527223036760504175551
Binary110101011101010011000111101111100101000100001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,58,152); }

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

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

 a { background-color: rgb(106,58,152); }

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

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

 span { border-color: rgb(106,58,152); }

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