#6C398E

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

Shades of Royal Purple #6C398E

Tints of Royal Purple #6C398E

Color information

#6C398E (or 0x6C398E) is unknown color: approx Royal Purple. HEX triplet: 6C, 39 and 8E. RGB value is (108,57,142). Sum of RGB (Red+Green+Blue) = 108+57+142=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C398E is #93C671. Grayscale: #515151. Windows color (decimal): -9684594 or 9320812. OLE color: 9320812.

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

Color convert

RGB10857142-
CMYK0.240.6000.44
HSL276º42.71%39.02%-
HSV(B)276º59.86%55.69%-
XYZ12.538.0726.49-
YUV81.94161.9146.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=35.18%
G=18.57%
B=46.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108571420.240.6000.4427642.7139.02
Hex6C398E183C02C1142b27
Octal1547121630740544245347
Binary110110011100110001110110001111000101100100010100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,142); }

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

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

 a { background-color: rgb(108,57,142); }

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

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

 span { border-color: rgb(108,57,142); }

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