#6C369A

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

Shades of Royal Purple #6C369A

Tints of Royal Purple #6C369A

Color information

#6C369A (or 0x6C369A) is unknown color: approx Royal Purple. HEX triplet: 6C, 36 and 9A. RGB value is (108,54,154). Sum of RGB (Red+Green+Blue) = 108+54+154=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C369A is #93C965. Grayscale: #515151. Windows color (decimal): -9685350 or 10106476. OLE color: 10106476.

HSL color Cylindrical-coordinate representation of color #6C369A: hue angle of 272.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C369A is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10854154-
CMYK0.300.6500.40
HSL272.4º48.08%40.78%-
HSV(B)272.4º64.94%60.39%-
XYZ13.348.1631.44-
YUV81.55168.89146.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.18%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=34.18%
G=17.09%
B=48.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108541540.300.6500.40272.448.0840.78
Hex6C369A1E410281103029
Octal15466232361010504206051
Binary1101100110110100110101111010000010101000100010000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,54,154); }

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

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

 a { background-color: rgb(108,54,154); }

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

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

 span { border-color: rgb(108,54,154); }

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