Html Css Color HEX #6C3395 Royal Purple

📋 copy color: '#6C3395'

red 108 ◦ green 51 ◦ blue 149

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

Shades of Royal Purple #6C3395

Tints of Royal Purple #6C3395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 35.06%
G = 16.56%
B = 48.38%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C3395 (or 0x6C3395) is known color: Royal Purple. HEX triplet: 6C, 33 and 95. RGB value is (108,51,149). Sum of RGB (Red+Green+Blue) = 108+51+149=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C3395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3395 is #93CC6A. Grayscale: #4E4E4E. Windows color (decimal): -9686123 or 9778028. OLE color: 9778028.

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

Color convert

RGB 108 51 149 -
CMYK 0.28 0.66 0 0.42
HSL 274.9º 0.49% 0.39% -
HSV(B) 274.9º 0.66% 0.58% -
XYZ 12.79 7.73 29.25 -
YUV 79.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 108 51 149 0.28 0.66 0 0.42 274.9 0.49 0.39
Hex 6C 33 95 1C 42 0 2A 113 31 27
Octal 154 63 225 34 102 0 52 423 61 47
Binary 1101100 110011 10010101 11100 1000010 0 101010 100010011 110001 100111

Color Harmonies of #6C3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3395

Black with #6C3395

Text Example


Text Example

White with #6C3395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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