Html Css Color HEX #6146A3 Royal Purple

📋 copy color: '#6146A3'

red 97 ◦ green 70 ◦ blue 163

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

Shades of Royal Purple #6146A3

Tints of Royal Purple #6146A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 49.39%

R = 29.39%
G = 21.21%
B = 49.39%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6146A3 (or 0x6146A3) is known color: Royal Purple. HEX triplet: 61, 46 and A3. RGB value is (97,70,163). Sum of RGB (Red+Green+Blue) = 97+70+163=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #6146A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6146A3 is #9EB95C. Grayscale: #585858. Windows color (decimal): -10402141 or 10700385. OLE color: 10700385.

HSL color Cylindrical-coordinate representation of color #6146A3: hue angle of 257.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6146A3 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 70 163 -
CMYK 0.40 0.57 0 0.36
HSL 257.42º 0.4% 0.46% -
HSV(B) 257.42º 0.57% 0.64% -
XYZ 13.73 9.57 35.77 -
YUV 88.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 97 70 163 0.40 0.57 0 0.36 257.42 0.4 0.46
Hex 61 46 A3 28 39 0 24 101 28 2E
Octal 141 106 243 50 71 0 44 401 50 56
Binary 1100001 1000110 10100011 101000 111001 0 100100 100000001 101000 101110

Color Harmonies of #6146A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6146A3

Black with #6146A3

Text Example


Text Example

White with #6146A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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