Html Css Color HEX #6C4792 Royal Purple

📋 copy color: '#6C4792'

red 108 ◦ green 71 ◦ blue 146

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

Shades of Royal Purple #6C4792

Tints of Royal Purple #6C4792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 33.23%
G = 21.85%
B = 44.92%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C4792 (or 0x6C4792) is known color: Royal Purple. HEX triplet: 6C, 47 and 92. RGB value is (108,71,146). Sum of RGB (Red+Green+Blue) = 108+71+146=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C4792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4792 is #93B86D. Grayscale: #5A5A5A. Windows color (decimal): -9681006 or 9586540. OLE color: 9586540.

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

Color convert

RGB 108 71 146 -
CMYK 0.26 0.51 0 0.43
HSL 269.6º 0.35% 0.43% -
HSV(B) 269.6º 0.51% 0.57% -
XYZ 13.63 9.77 28.36 -
YUV 90.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 108 71 146 0.26 0.51 0 0.43 269.6 0.35 0.43
Hex 6C 47 92 1A 33 0 2B 10E 23 2B
Octal 154 107 222 32 63 0 53 416 43 53
Binary 1101100 1000111 10010010 11010 110011 0 101011 100001110 100011 101011

Color Harmonies of #6C4792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4792

Black with #6C4792

Text Example


Text Example

White with #6C4792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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