#6F32A4

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

Shades of Royal Purple #6F32A4

Tints of Royal Purple #6F32A4

Color information

#6F32A4 (or 0x6F32A4) is unknown color: approx Royal Purple. HEX triplet: 6F, 32 and A4. RGB value is (111,50,164). Sum of RGB (Red+Green+Blue) = 111+50+164=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F32A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F32A4 is #90CD5B. Grayscale: #505050. Windows color (decimal): -9489756 or 10760815. OLE color: 10760815.

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

Color convert

RGB11150164-
CMYK0.320.7000.36
HSL272.11º53.27%41.96%-
HSV(B)272.11º69.51%64.31%-
XYZ14.48.3435.97-
YUV81.24174.71149.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=34.15%
G=15.38%
B=50.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111501640.320.7000.36272.1153.2741.96
Hex6F32A42046024110352a
Octal15762244401060444206552
Binary11011111100101010010010000010001100100100100010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F32A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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