#6F369F

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

Shades of Royal Purple #6F369F

Tints of Royal Purple #6F369F

Color information

#6F369F (or 0x6F369F) is unknown color: approx Royal Purple. HEX triplet: 6F, 36 and 9F. RGB value is (111,54,159). Sum of RGB (Red+Green+Blue) = 111+54+159=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F369F is #90C960. Grayscale: #525252. Windows color (decimal): -9488737 or 10434159. OLE color: 10434159.

HSL color Cylindrical-coordinate representation of color #6F369F: hue angle of 272.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F369F is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11154159-
CMYK0.300.6600.38
HSL272.57º49.3%41.76%-
HSV(B)272.57º66.04%62.35%-
XYZ14.138.5233.7-
YUV83.01170.88147.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=34.26%
G=16.67%
B=49.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111541590.300.6600.38272.5749.341.76
Hex6F369F1E42026111312a
Octal15766237361020464216152
Binary1101111110110100111111111010000100100110100010001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,54,159); }

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

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

 a { background-color: rgb(111,54,159); }

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

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

 span { border-color: rgb(111,54,159); }

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