Html Css Color HEX #6C2996 Royal Purple

📋 copy color: '#6C2996'

red 108 ◦ green 41 ◦ blue 150

#6C2996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6C2996

Tints of Royal Purple #6C2996

RGB

 RED value IS 108 (42.58% from 255) = 36.12%

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 36.12%
G = 13.71%
B = 50.17%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C2996 (or 0x6C2996) is known color: Royal Purple. HEX triplet: 6C, 29 and 96. RGB value is (108,41,150). Sum of RGB (Red+Green+Blue) = 108+41+150=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C2996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2996 is #93D669. Grayscale: #494949. Windows color (decimal): -9688682 or 9841004. OLE color: 9841004.

HSL color Cylindrical-coordinate representation of color #6C2996: hue angle of 276.88º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2996 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 41 150 -
CMYK 0.28 0.73 0 0.41
HSL 276.88º 0.57% 0.37% -
HSV(B) 276.88º 0.73% 0.59% -
XYZ 12.48 6.98 29.54 -
YUV 73.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 108 41 150 0.28 0.73 0 0.41 276.88 0.57 0.37
Hex 6C 29 96 1C 49 0 29 115 39 25
Octal 154 51 226 34 111 0 51 425 71 45
Binary 1101100 101001 10010110 11100 1001001 0 101001 100010101 111001 100101

Color Harmonies of #6C2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2996

Black with #6C2996

Text Example


Text Example

White with #6C2996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,150); }

 H1.HeaderClassName
 {
   color: #6C2996;
 }
 .AnyTagClassName
 {
   color: #6C2996;
 }
</style>

background-color css

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

 a { background-color: rgb(108,41,150); }

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

border-color css

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

 span { border-color: rgb(108,41,150); }

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