#6C4598

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

Shades of Royal Purple #6C4598

Tints of Royal Purple #6C4598

Color information

#6C4598 (or 0x6C4598) is unknown color: approx Royal Purple. HEX triplet: 6C, 45 and 98. RGB value is (108,69,152). Sum of RGB (Red+Green+Blue) = 108+69+152=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C4598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4598 is #93BA67. Grayscale: #595959. Windows color (decimal): -9681512 or 9979244. OLE color: 9979244.

HSL color Cylindrical-coordinate representation of color #6C4598: hue angle of 268.19º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C4598 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10869152-
CMYK0.290.5500.40
HSL268.19º37.56%43.33%-
HSV(B)268.19º54.61%59.61%-
XYZ13.989.7130.84-
YUV90.12162.92140.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=32.83%
G=20.97%
B=46.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108691520.290.5500.40268.1937.5643.33
Hex6C45981D3702810c262b
Octal15410523035670504144653
Binary1101100100010110011000111011101110101000100001100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,152); }

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

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

 a { background-color: rgb(108,69,152); }

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

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

 span { border-color: rgb(108,69,152); }

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