#6C4098

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

Shades of Royal Purple #6C4098

Tints of Royal Purple #6C4098

Color information

#6C4098 (or 0x6C4098) is unknown color: approx Royal Purple. HEX triplet: 6C, 40 and 98. RGB value is (108,64,152). Sum of RGB (Red+Green+Blue) = 108+64+152=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C4098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4098 is #93BF67. Grayscale: #565656. Windows color (decimal): -9682792 or 9977964. OLE color: 9977964.

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

Color convert

RGB10864152-
CMYK0.290.5800.40
HSL270º40.74%42.35%-
HSV(B)270º57.89%59.61%-
XYZ13.699.1230.75-
YUV87.19164.58142.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=33.33%
G=19.75%
B=46.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108641520.290.5800.4027040.7442.35
Hex6C40981D3A02810e292a
Octal15410023035720504165152
Binary1101100100000010011000111011110100101000100001110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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