#6C249B

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

Shades of Royal Purple #6C249B

Tints of Royal Purple #6C249B

Color information

#6C249B (or 0x6C249B) is unknown color: approx Royal Purple. HEX triplet: 6C, 24 and 9B. RGB value is (108,36,155). Sum of RGB (Red+Green+Blue) = 108+36+155=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C249B is #93DB64. Grayscale: #464646. Windows color (decimal): -9689957 or 10167404. OLE color: 10167404.

HSL color Cylindrical-coordinate representation of color #6C249B: hue angle of 276.3º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C249B is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10836155-
CMYK0.300.7700.39
HSL276.3º62.3%37.45%-
HSV(B)276.3º76.77%60.78%-
XYZ12.736.8231.66-
YUV71.09175.35154.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=36.12%
G=12.04%
B=51.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108361550.300.7700.39276.362.337.45
Hex6C249B1E4D0271143e25
Octal15444233361150474247645
Binary1101100100100100110111111010011010100111100010100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,36,155); }

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

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

 a { background-color: rgb(108,36,155); }

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

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

 span { border-color: rgb(108,36,155); }

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