Html Css Color HEX #6147AB Royal Purple

📋 copy color: '#6147AB'

red 97 ◦ green 71 ◦ blue 171

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

Shades of Royal Purple #6147AB

Tints of Royal Purple #6147AB

RGB

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

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

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

R = 28.61%
G = 20.94%
B = 50.44%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6147AB (or 0x6147AB) is known color: Royal Purple. HEX triplet: 61, 47 and AB. RGB value is (97,71,171). Sum of RGB (Red+Green+Blue) = 97+71+171=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #6147AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6147AB is #9EB854. Grayscale: #595959. Windows color (decimal): -10401877 or 11224929. OLE color: 11224929.

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

Color convert

RGB 97 71 171 -
CMYK 0.43 0.58 0 0.33
HSL 255.6º 0.41% 0.47% -
HSV(B) 255.6º 0.58% 0.67% -
XYZ 14.53 9.99 39.69 -
YUV 90.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 97 71 171 0.43 0.58 0 0.33 255.6 0.41 0.47
Hex 61 47 AB 2B 3A 0 21 100 29 2F
Octal 141 107 253 53 72 0 41 400 51 57
Binary 1100001 1000111 10101011 101011 111010 0 100001 100000000 101001 101111

Color Harmonies of #6147AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6147AB

Black with #6147AB

Text Example


Text Example

White with #6147AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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