#6F2A9D

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

Shades of Royal Purple #6F2A9D

Tints of Royal Purple #6F2A9D

Color information

#6F2A9D (or 0x6F2A9D) is unknown color: approx Royal Purple. HEX triplet: 6F, 2A and 9D. RGB value is (111,42,157). Sum of RGB (Red+Green+Blue) = 111+42+157=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F2A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2A9D is #90D562. Grayscale: #4B4B4B. Windows color (decimal): -9491811 or 10300015. OLE color: 10300015.

HSL color Cylindrical-coordinate representation of color #6F2A9D: hue angle of 276º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F2A9D is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11142157-
CMYK0.290.7300.38
HSL276º57.79%39.02%-
HSV(B)276º73.25%61.57%-
XYZ13.477.4732.63-
YUV75.74173.86153.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=35.81%
G=13.55%
B=50.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111421570.290.7300.3827657.7939.02
Hex6F2A9D1D490261143a27
Octal15752235351110464247247
Binary1101111101010100111011110110010010100110100010100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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