#6C339C

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

Shades of Royal Purple #6C339C

Tints of Royal Purple #6C339C

Color information

#6C339C (or 0x6C339C) is unknown color: approx Royal Purple. HEX triplet: 6C, 33 and 9C. RGB value is (108,51,156). Sum of RGB (Red+Green+Blue) = 108+51+156=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C339C is #93CC63. Grayscale: #4F4F4F. Windows color (decimal): -9686116 or 10236780. OLE color: 10236780.

HSL color Cylindrical-coordinate representation of color #6C339C: hue angle of 272.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C339C is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10851156-
CMYK0.310.6700.39
HSL272.57º50.72%40.59%-
HSV(B)272.57º67.31%61.18%-
XYZ13.377.9632.28-
YUV80.01170.88147.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=34.29%
G=16.19%
B=49.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108511560.310.6700.39272.5750.7240.59
Hex6C339C1F430271113329
Octal15463234371030474216351
Binary1101100110011100111001111110000110100111100010001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,51,156); }

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

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

 a { background-color: rgb(108,51,156); }

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

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

 span { border-color: rgb(108,51,156); }

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