#6C369D

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

Shades of Royal Purple #6C369D

Tints of Royal Purple #6C369D

Color information

#6C369D (or 0x6C369D) is unknown color: approx Royal Purple. HEX triplet: 6C, 36 and 9D. RGB value is (108,54,157). Sum of RGB (Red+Green+Blue) = 108+54+157=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C369D is #93C962. Grayscale: #515151. Windows color (decimal): -9685347 or 10303084. OLE color: 10303084.

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

Color convert

RGB10854157-
CMYK0.310.6600.38
HSL271.46º48.82%41.37%-
HSV(B)271.46º65.61%61.57%-
XYZ13.598.2632.78-
YUV81.89170.39146.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=33.86%
G=16.93%
B=49.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108541570.310.6600.38271.4648.8241.37
Hex6C369D1F4202610f3129
Octal15466235371020464176151
Binary1101100110110100111011111110000100100110100001111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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