Html Css Color HEX #6146AD Royal Purple

📋 copy color: '#6146AD'

red 97 ◦ green 70 ◦ blue 173

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

Shades of Royal Purple #6146AD

Tints of Royal Purple #6146AD

RGB

 RED value IS 97 (38.28% from 255) = 28.53%

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 173 (67.97% from 255) = 50.88%

R = 28.53%
G = 20.59%
B = 50.88%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6146AD (or 0x6146AD) is known color: Royal Purple. HEX triplet: 61, 46 and AD. RGB value is (97,70,173). Sum of RGB (Red+Green+Blue) = 97+70+173=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6146AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6146AD is #9EB952. Grayscale: #595959. Windows color (decimal): -10402131 or 11355745. OLE color: 11355745.

HSL color Cylindrical-coordinate representation of color #6146AD: hue angle of 255.73º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6146AD is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 70 173 -
CMYK 0.44 0.60 0 0.32
HSL 255.73º 0.42% 0.48% -
HSV(B) 255.73º 0.6% 0.68% -
XYZ 14.66 9.94 40.68 -
YUV 89.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 97 70 173 0.44 0.60 0 0.32 255.73 0.42 0.48
Hex 61 46 AD 2C 3C 0 20 100 2A 30
Octal 141 106 255 54 74 0 40 400 52 60
Binary 1100001 1000110 10101101 101100 111100 0 100000 100000000 101010 110000

Color Harmonies of #6146AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6146AD

Black with #6146AD

Text Example


Text Example

White with #6146AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6146AD; }

 p { color: rgb(97,70,173); }

 H1.HeaderClassName
 {
   color: #6146AD;
 }
 .AnyTagClassName
 {
   color: #6146AD;
 }
</style>

background-color css

<style>
 a { background-color: #6146AD; }

 a { background-color: rgb(97,70,173); }

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

border-color css

<style>
 span { border-color: #6146AD; }

 span { border-color: rgb(97,70,173); }

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