Html Css Color HEX #6D2996 Royal Purple

📋 copy color: '#6D2996'

red 109 ◦ green 41 ◦ blue 150

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

Shades of Royal Purple #6D2996

Tints of Royal Purple #6D2996

RGB

 RED value IS 109 (42.97% from 255) = 36.33%

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

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

R = 36.33%
G = 13.67%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6D2996 (or 0x6D2996) is known color: Royal Purple. HEX triplet: 6D, 29 and 96. RGB value is (109,41,150). Sum of RGB (Red+Green+Blue) = 109+41+150=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D2996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2996 is #92D669. Grayscale: #494949. Windows color (decimal): -9623146 or 9841005. OLE color: 9841005.

HSL color Cylindrical-coordinate representation of color #6D2996: hue angle of 277.43º 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 #6D2996 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 41 150 -
CMYK 0.27 0.73 0 0.41
HSL 277.43º 0.57% 0.37% -
HSV(B) 277.43º 0.73% 0.59% -
XYZ 12.6 7.04 29.55 -
YUV 73.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 109 41 150 0.27 0.73 0 0.41 277.43 0.57 0.37
Hex 6D 29 96 1B 49 0 29 115 39 25
Octal 155 51 226 33 111 0 51 425 71 45
Binary 1101101 101001 10010110 11011 1001001 0 101001 100010101 111001 100101

Color Harmonies of #6D2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2996

Black with #6D2996

Text Example


Text Example

White with #6D2996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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