#6C3790

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

Shades of Royal Purple #6C3790

Tints of Royal Purple #6C3790

Color information

#6C3790 (or 0x6C3790) is unknown color: approx Royal Purple. HEX triplet: 6C, 37 and 90. RGB value is (108,55,144). Sum of RGB (Red+Green+Blue) = 108+55+144=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C3790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3790 is #93C86F. Grayscale: #505050. Windows color (decimal): -9685104 or 9451372. OLE color: 9451372.

HSL color Cylindrical-coordinate representation of color #6C3790: hue angle of 275.73º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C3790 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10855144-
CMYK0.250.6200.44
HSL275.73º44.72%39.02%-
HSV(B)275.73º61.81%56.47%-
XYZ12.587.9327.25-
YUV80.99163.56147.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 55 (21.88% from 255) = 17.92%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=35.18%
G=17.92%
B=46.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108551440.250.6200.44275.7344.7239.02
Hex6C3790193E02C1142d27
Octal1546722031760544245547
Binary110110011011110010000110011111100101100100010100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,144); }

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

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

 a { background-color: rgb(108,55,144); }

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

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

 span { border-color: rgb(108,55,144); }

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