Html Css Color HEX #6C3496 Royal Purple

📋 copy color: '#6C3496'

red 108 ◦ green 52 ◦ blue 150

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

Shades of Royal Purple #6C3496

Tints of Royal Purple #6C3496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 34.84%
G = 16.77%
B = 48.39%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C3496 (or 0x6C3496) is known color: Royal Purple. HEX triplet: 6C, 34 and 96. RGB value is (108,52,150). Sum of RGB (Red+Green+Blue) = 108+52+150=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C3496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3496 is #93CB69. Grayscale: #4F4F4F. Windows color (decimal): -9685866 or 9843820. OLE color: 9843820.

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

Color convert

RGB 108 52 150 -
CMYK 0.28 0.65 0 0.41
HSL 274.29º 0.49% 0.4% -
HSV(B) 274.29º 0.65% 0.59% -
XYZ 12.92 7.85 29.69 -
YUV 79.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 108 52 150 0.28 0.65 0 0.41 274.29 0.49 0.4
Hex 6C 34 96 1C 41 0 29 112 31 28
Octal 154 64 226 34 101 0 51 422 61 50
Binary 1101100 110100 10010110 11100 1000001 0 101001 100010010 110001 101000

Color Harmonies of #6C3496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3496

Black with #6C3496

Text Example


Text Example

White with #6C3496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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