Html Css Color HEX #6146AB Royal Purple

📋 copy color: '#6146AB'

red 97 ◦ green 70 ◦ blue 171

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

Shades of Royal Purple #6146AB

Tints of Royal Purple #6146AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 28.7%
G = 20.71%
B = 50.59%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6146AB (or 0x6146AB) is known color: Royal Purple. HEX triplet: 61, 46 and AB. RGB value is (97,70,171). Sum of RGB (Red+Green+Blue) = 97+70+171=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #6146AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6146AB is #9EB954. Grayscale: #595959. Windows color (decimal): -10402133 or 11224673. OLE color: 11224673.

HSL color Cylindrical-coordinate representation of color #6146AB: hue angle of 256.04º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6146AB is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 70 171 -
CMYK 0.43 0.59 0 0.33
HSL 256.04º 0.42% 0.47% -
HSV(B) 256.04º 0.59% 0.67% -
XYZ 14.47 9.86 39.67 -
YUV 89.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 97 70 171 0.43 0.59 0 0.33 256.04 0.42 0.47
Hex 61 46 AB 2B 3B 0 21 100 2A 2F
Octal 141 106 253 53 73 0 41 400 52 57
Binary 1100001 1000110 10101011 101011 111011 0 100001 100000000 101010 101111

Color Harmonies of #6146AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6146AB

Black with #6146AB

Text Example


Text Example

White with #6146AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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