#6B2BA2

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

Shades of Royal Purple #6B2BA2

Tints of Royal Purple #6B2BA2

Color information

#6B2BA2 (or 0x6B2BA2) is unknown color: approx Royal Purple. HEX triplet: 6B, 2B and A2. RGB value is (107,43,162). Sum of RGB (Red+Green+Blue) = 107+43+162=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B2BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2BA2 is #94D45D. Grayscale: #4B4B4B. Windows color (decimal): -9753694 or 10627947. OLE color: 10627947.

HSL color Cylindrical-coordinate representation of color #6B2BA2: hue angle of 272.27º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2BA2 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10743162-
CMYK0.340.7300.36
HSL272.27º58.05%40.2%-
HSV(B)272.27º73.46%63.53%-
XYZ13.457.4634.91-
YUV75.7176.7150.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 162 (63.67% from 255) = 51.92%
R=34.29%
G=13.78%
B=51.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107431620.340.7300.36272.2758.0540.2
Hex6B2BA222490241103a28
Octal15353242421110444207250
Binary11010111010111010001010001010010010100100100010000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,43,162); }

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

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

 a { background-color: rgb(107,43,162); }

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

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

 span { border-color: rgb(107,43,162); }

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