Html Css Color HEX #6C3495 Royal Purple

📋 copy color: '#6C3495'

red 108 ◦ green 52 ◦ blue 149

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

Shades of Royal Purple #6C3495

Tints of Royal Purple #6C3495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.22%

R = 34.95%
G = 16.83%
B = 48.22%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C3495 (or 0x6C3495) is known color: Royal Purple. HEX triplet: 6C, 34 and 95. RGB value is (108,52,149). Sum of RGB (Red+Green+Blue) = 108+52+149=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C3495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3495 is #93CB6A. Grayscale: #4F4F4F. Windows color (decimal): -9685867 or 9778284. OLE color: 9778284.

HSL color Cylindrical-coordinate representation of color #6C3495: hue angle of 274.64º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C3495 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 52 149 -
CMYK 0.28 0.65 0 0.42
HSL 274.64º 0.48% 0.39% -
HSV(B) 274.64º 0.65% 0.58% -
XYZ 12.84 7.81 29.27 -
YUV 79.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 108 52 149 0.28 0.65 0 0.42 274.64 0.48 0.39
Hex 6C 34 95 1C 41 0 2A 113 30 27
Octal 154 64 225 34 101 0 52 423 60 47
Binary 1101100 110100 10010101 11100 1000001 0 101010 100010011 110000 100111

Color Harmonies of #6C3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3495

Black with #6C3495

Text Example


Text Example

White with #6C3495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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