#6F3D9C

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

Shades of Royal Purple #6F3D9C

Tints of Royal Purple #6F3D9C

Color information

#6F3D9C (or 0x6F3D9C) is unknown color: approx Royal Purple. HEX triplet: 6F, 3D and 9C. RGB value is (111,61,156). Sum of RGB (Red+Green+Blue) = 111+61+156=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F3D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3D9C is #90C263. Grayscale: #565656. Windows color (decimal): -9486948 or 10239343. OLE color: 10239343.

HSL color Cylindrical-coordinate representation of color #6F3D9C: hue angle of 271.58º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F3D9C is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11161156-
CMYK0.290.6100.39
HSL271.58º43.78%42.55%-
HSV(B)271.58º60.9%61.18%-
XYZ14.239.1232.46-
YUV86.78167.06145.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 61 (24.22% from 255) = 18.60%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=33.84%
G=18.60%
B=47.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111611560.290.6100.39271.5843.7842.55
Hex6F3D9C1D3D0271102c2b
Octal1577523435750474205453
Binary110111111110110011100111011111010100111100010000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,61,156); }

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

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

 a { background-color: rgb(111,61,156); }

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

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

 span { border-color: rgb(111,61,156); }

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