#6F35AF

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

Shades of Royal Purple #6F35AF

Tints of Royal Purple #6F35AF

Color information

#6F35AF (or 0x6F35AF) is unknown color: approx Royal Purple. HEX triplet: 6F, 35 and AF. RGB value is (111,53,175). Sum of RGB (Red+Green+Blue) = 111+53+175=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F35AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F35AF is #90CA50. Grayscale: #535353. Windows color (decimal): -9488977 or 11482479. OLE color: 11482479.

HSL color Cylindrical-coordinate representation of color #6F35AF: hue angle of 268.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F35AF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11153175-
CMYK0.370.7000.31
HSL268.52º53.51%44.71%-
HSV(B)268.52º69.71%68.63%-
XYZ15.579.0241.48-
YUV84.25179.22147.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=32.74%
G=15.63%
B=51.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111531750.370.7000.31268.5253.5144.71
Hex6F35AF254601F10d362d
Octal15765257451060374156655
Binary1101111110101101011111001011000110011111100001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F35AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,175); }

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

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

 a { background-color: rgb(111,53,175); }

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

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

 span { border-color: rgb(111,53,175); }

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