#6b2eaa

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

Shades of Royal Purple #6B2EAA

Tints of Royal Purple #6B2EAA

Color information

#6B2EAA (or 0x6B2EAA) is unknown color: approx Royal Purple. HEX triplet: 6B, 2E and AA. RGB value is (107,46,170). Sum of RGB (Red+Green+Blue) = 107+46+170=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2EAA is #94D155. Grayscale: #4D4D4D. Windows color (decimal): -9752918 or 11153003. OLE color: 11153003.

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

Color convert

RGB10746170-
CMYK0.370.7300.33
HSL269.52º57.41%42.35%-
HSV(B)269.52º72.94%66.67%-
XYZ14.37.9838.82-
YUV78.38179.71148.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=33.13%
G=14.24%
B=52.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107461700.370.7300.33269.5257.4142.35
Hex6B2EAA254902110e392a
Octal15356252451110414167152
Binary11010111011101010101010010110010010100001100001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b2eaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,46,170); }

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

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

 a { background-color: rgb(107,46,170); }

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

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

 span { border-color: rgb(107,46,170); }

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