Html Css Color HEX #6C4492 Royal Purple

📋 copy color: '#6C4492'

red 108 ◦ green 68 ◦ blue 146

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

Shades of Royal Purple #6C4492

Tints of Royal Purple #6C4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

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

R = 33.54%
G = 21.12%
B = 45.34%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C4492 (or 0x6C4492) is known color: Royal Purple. HEX triplet: 6C, 44 and 92. RGB value is (108,68,146). Sum of RGB (Red+Green+Blue) = 108+68+146=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C4492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4492 is #93BB6D. Grayscale: #585858. Windows color (decimal): -9681774 or 9585772. OLE color: 9585772.

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

Color convert

RGB 108 68 146 -
CMYK 0.26 0.53 0 0.43
HSL 270.77º 0.36% 0.42% -
HSV(B) 270.77º 0.53% 0.57% -
XYZ 13.44 9.4 28.3 -
YUV 88.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 108 68 146 0.26 0.53 0 0.43 270.77 0.36 0.42
Hex 6C 44 92 1A 35 0 2B 10F 24 2A
Octal 154 104 222 32 65 0 53 417 44 52
Binary 1101100 1000100 10010010 11010 110101 0 101011 100001111 100100 101010

Color Harmonies of #6C4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4492

Black with #6C4492

Text Example


Text Example

White with #6C4492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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