Html Css Color HEX #6C4790 Royal Purple

📋 copy color: '#6C4790'

red 108 ◦ green 71 ◦ blue 144

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

Shades of Royal Purple #6C4790

Tints of Royal Purple #6C4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 144 (56.64% from 255) = 44.58%

R = 33.44%
G = 21.98%
B = 44.58%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C4790 (or 0x6C4790) is known color: Royal Purple. HEX triplet: 6C, 47 and 90. RGB value is (108,71,144). Sum of RGB (Red+Green+Blue) = 108+71+144=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C4790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4790 is #93B86F. Grayscale: #5A5A5A. Windows color (decimal): -9681008 or 9455468. OLE color: 9455468.

HSL color Cylindrical-coordinate representation of color #6C4790: hue angle of 270.41º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C4790 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 71 144 -
CMYK 0.25 0.51 0 0.44
HSL 270.41º 0.34% 0.42% -
HSV(B) 270.41º 0.51% 0.56% -
XYZ 13.47 9.71 27.55 -
YUV 90.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 108 71 144 0.25 0.51 0 0.44 270.41 0.34 0.42
Hex 6C 47 90 19 33 0 2C 10E 22 2A
Octal 154 107 220 31 63 0 54 416 42 52
Binary 1101100 1000111 10010000 11001 110011 0 101100 100001110 100010 101010

Color Harmonies of #6C4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4790

Black with #6C4790

Text Example


Text Example

White with #6C4790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,71,144); }

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

background-color css

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

 a { background-color: rgb(108,71,144); }

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

border-color css

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

 span { border-color: rgb(108,71,144); }

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