#6F279E

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

Shades of Royal Purple #6F279E

Tints of Royal Purple #6F279E

Color information

#6F279E (or 0x6F279E) is unknown color: approx Royal Purple. HEX triplet: 6F, 27 and 9E. RGB value is (111,39,158). Sum of RGB (Red+Green+Blue) = 111+39+158=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F279E is #90D861. Grayscale: #494949. Windows color (decimal): -9492578 or 10364783. OLE color: 10364783.

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

Color convert

RGB11139158-
CMYK0.300.7500.38
HSL276.3º60.41%38.63%-
HSV(B)276.3º75.32%61.96%-
XYZ13.457.333.05-
YUV74.09175.35154.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=36.04%
G=12.66%
B=51.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111391580.300.7500.38276.360.4138.63
Hex6F279E1E4B0261143c27
Octal15747236361130464247447
Binary1101111100111100111101111010010110100110100010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,158); }

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

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

 a { background-color: rgb(111,39,158); }

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

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

 span { border-color: rgb(111,39,158); }

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