#6A2996

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

Shades of Royal Purple #6A2996

Tints of Royal Purple #6A2996

Color information

#6A2996 (or 0x6A2996) is unknown color: approx Royal Purple. HEX triplet: 6A, 29 and 96. RGB value is (106,41,150). Sum of RGB (Red+Green+Blue) = 106+41+150=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A2996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2996 is #95D669. Grayscale: #484848. Windows color (decimal): -9819754 or 9841002. OLE color: 9841002.

HSL color Cylindrical-coordinate representation of color #6A2996: hue angle of 275.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A2996 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10641150-
CMYK0.290.7300.41
HSL275.78º57.07%37.45%-
HSV(B)275.78º72.67%58.82%-
XYZ12.246.8529.53-
YUV72.86171.53151.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=35.69%
G=13.80%
B=50.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106411500.290.7300.41275.7857.0737.45
Hex6A29961D490291143925
Octal15251226351110514247145
Binary1101010101001100101101110110010010101001100010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,150); }

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

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

 a { background-color: rgb(106,41,150); }

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

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

 span { border-color: rgb(106,41,150); }

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