#6F20A4

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

Shades of Royal Purple #6F20A4

Tints of Royal Purple #6F20A4

Color information

#6F20A4 (or 0x6F20A4) is unknown color: approx Royal Purple. HEX triplet: 6F, 20 and A4. RGB value is (111,32,164). Sum of RGB (Red+Green+Blue) = 111+32+164=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F20A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F20A4 is #90DF5B. Grayscale: #464646. Windows color (decimal): -9494364 or 10756207. OLE color: 10756207.

HSL color Cylindrical-coordinate representation of color #6F20A4: hue angle of 275.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F20A4 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11132164-
CMYK0.320.8000.36
HSL275.91º67.35%38.43%-
HSV(B)275.91º80.49%64.31%-
XYZ13.777.0935.77-
YUV70.67180.67156.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 164 (64.45% from 255) = 53.42%
R=36.16%
G=10.42%
B=53.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111321640.320.8000.36275.9167.3538.43
Hex6F20A420500241144326
Octal157402444012004442410346
Binary110111110000010100100100000101000001001001000101001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F20A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,164); }

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

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

 a { background-color: rgb(111,32,164); }

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

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

 span { border-color: rgb(111,32,164); }

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