#6A2B96

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

Shades of Royal Purple #6A2B96

Tints of Royal Purple #6A2B96

Color information

#6A2B96 (or 0x6A2B96) is unknown color: approx Royal Purple. HEX triplet: 6A, 2B and 96. RGB value is (106,43,150). Sum of RGB (Red+Green+Blue) = 106+43+150=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A2B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2B96 is #95D469. Grayscale: #494949. Windows color (decimal): -9819242 or 9841514. OLE color: 9841514.

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

Color convert

RGB10643150-
CMYK0.290.7100.41
HSL275.33º55.44%37.84%-
HSV(B)275.33º71.33%58.82%-
XYZ12.316.9929.56-
YUV74.04170.87150.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 43 (17.19% from 255) = 14.38%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=35.45%
G=14.38%
B=50.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106431500.290.7100.41275.3355.4437.84
Hex6A2B961D470291133726
Octal15253226351070514236746
Binary1101010101011100101101110110001110101001100010011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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