#6F2A9B

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

Shades of Royal Purple #6F2A9B

Tints of Royal Purple #6F2A9B

Color information

#6F2A9B (or 0x6F2A9B) is unknown color: approx Royal Purple. HEX triplet: 6F, 2A and 9B. RGB value is (111,42,155). Sum of RGB (Red+Green+Blue) = 111+42+155=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F2A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2A9B is #90D564. Grayscale: #4B4B4B. Windows color (decimal): -9491813 or 10168943. OLE color: 10168943.

HSL color Cylindrical-coordinate representation of color #6F2A9B: hue angle of 276.64º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F2A9B is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11142155-
CMYK0.280.7300.39
HSL276.64º57.36%38.63%-
HSV(B)276.64º72.9%60.78%-
XYZ13.37.431.74-
YUV75.51172.86153.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=36.04%
G=13.64%
B=50.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111421550.280.7300.39276.6457.3638.63
Hex6F2A9B1C490271153927
Octal15752233341110474257147
Binary1101111101010100110111110010010010100111100010101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,42,155); }

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

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

 a { background-color: rgb(111,42,155); }

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

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

 span { border-color: rgb(111,42,155); }

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