Html Css Color HEX #6C3791 Royal Purple

📋 copy color: '#6C3791'

red 108 ◦ green 55 ◦ blue 145

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

Shades of Royal Purple #6C3791

Tints of Royal Purple #6C3791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

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

R = 35.06%
G = 17.86%
B = 47.08%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C3791 (or 0x6C3791) is known color: Royal Purple. HEX triplet: 6C, 37 and 91. RGB value is (108,55,145). Sum of RGB (Red+Green+Blue) = 108+55+145=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C3791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3791 is #93C86E. Grayscale: #505050. Windows color (decimal): -9685103 or 9516908. OLE color: 9516908.

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

Color convert

RGB 108 55 145 -
CMYK 0.26 0.62 0 0.43
HSL 275.33º 0.45% 0.39% -
HSV(B) 275.33º 0.62% 0.57% -
XYZ 12.66 7.96 27.66 -
YUV 81.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 108 55 145 0.26 0.62 0 0.43 275.33 0.45 0.39
Hex 6C 37 91 1A 3E 0 2B 113 2D 27
Octal 154 67 221 32 76 0 53 423 55 47
Binary 1101100 110111 10010001 11010 111110 0 101011 100010011 101101 100111

Color Harmonies of #6C3791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3791

Black with #6C3791

Text Example


Text Example

White with #6C3791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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