Html Css Color HEX #6C4391 Royal Purple

📋 copy color: '#6C4391'

red 108 ◦ green 67 ◦ blue 145

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

Shades of Royal Purple #6C4391

Tints of Royal Purple #6C4391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 33.75%
G = 20.94%
B = 45.31%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C4391 (or 0x6C4391) is known color: Royal Purple. HEX triplet: 6C, 43 and 91. RGB value is (108,67,145). Sum of RGB (Red+Green+Blue) = 108+67+145=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C4391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4391 is #93BC6E. Grayscale: #575757. Windows color (decimal): -9682031 or 9519980. OLE color: 9519980.

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

Color convert

RGB 108 67 145 -
CMYK 0.26 0.54 0 0.43
HSL 271.54º 0.37% 0.42% -
HSV(B) 271.54º 0.54% 0.57% -
XYZ 13.3 9.25 27.87 -
YUV 88.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 108 67 145 0.26 0.54 0 0.43 271.54 0.37 0.42
Hex 6C 43 91 1A 36 0 2B 110 25 2A
Octal 154 103 221 32 66 0 53 420 45 52
Binary 1101100 1000011 10010001 11010 110110 0 101011 100010000 100101 101010

Color Harmonies of #6C4391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4391

Black with #6C4391

Text Example


Text Example

White with #6C4391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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