#6F32A3

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

Shades of Royal Purple #6F32A3

Tints of Royal Purple #6F32A3

Color information

#6F32A3 (or 0x6F32A3) is unknown color: approx Royal Purple. HEX triplet: 6F, 32 and A3. RGB value is (111,50,163). Sum of RGB (Red+Green+Blue) = 111+50+163=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F32A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F32A3 is #90CD5C. Grayscale: #505050. Windows color (decimal): -9489757 or 10695279. OLE color: 10695279.

HSL color Cylindrical-coordinate representation of color #6F32A3: hue angle of 272.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F32A3 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11150163-
CMYK0.320.6900.36
HSL272.39º53.05%41.76%-
HSV(B)272.39º69.33%63.92%-
XYZ14.318.3135.5-
YUV81.12174.21149.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 50 (19.92% from 255) = 15.43%
BLUE value IS 163 (64.06% from 255) = 50.31%
R=34.26%
G=15.43%
B=50.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111501630.320.6900.36272.3953.0541.76
Hex6F32A32045024110352a
Octal15762243401050444206552
Binary11011111100101010001110000010001010100100100010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F32A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,50,163); }

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

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

 a { background-color: rgb(111,50,163); }

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

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

 span { border-color: rgb(111,50,163); }

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