Html Css Color HEX #6C3991 Royal Purple

📋 copy color: '#6C3991'

red 108 ◦ green 57 ◦ blue 145

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

Shades of Royal Purple #6C3991

Tints of Royal Purple #6C3991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

 BLUE value IS 145 (57.03% from 255) = 46.77%

R = 34.84%
G = 18.39%
B = 46.77%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C3991 (or 0x6C3991) is known color: Royal Purple. HEX triplet: 6C, 39 and 91. RGB value is (108,57,145). Sum of RGB (Red+Green+Blue) = 108+57+145=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C3991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3991 is #93C66E. Grayscale: #515151. Windows color (decimal): -9684591 or 9517420. OLE color: 9517420.

HSL color Cylindrical-coordinate representation of color #6C3991: hue angle of 274.77º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C3991 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 57 145 -
CMYK 0.26 0.61 0 0.43
HSL 274.77º 0.44% 0.4% -
HSV(B) 274.77º 0.61% 0.57% -
XYZ 12.76 8.16 27.69 -
YUV 82.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 108 57 145 0.26 0.61 0 0.43 274.77 0.44 0.4
Hex 6C 39 91 1A 3D 0 2B 113 2C 28
Octal 154 71 221 32 75 0 53 423 54 50
Binary 1101100 111001 10010001 11010 111101 0 101011 100010011 101100 101000

Color Harmonies of #6C3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3991

Black with #6C3991

Text Example


Text Example

White with #6C3991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,57,145); }

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

background-color css

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

 a { background-color: rgb(108,57,145); }

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

border-color css

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

 span { border-color: rgb(108,57,145); }

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