Html Css Color HEX #6130AB Royal Purple

📋 copy color: '#6130AB'

red 97 ◦ green 48 ◦ blue 171

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

Shades of Royal Purple #6130AB

Tints of Royal Purple #6130AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 30.7%
G = 15.19%
B = 54.11%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6130AB (or 0x6130AB) is known color: Royal Purple. HEX triplet: 61, 30 and AB. RGB value is (97,48,171). Sum of RGB (Red+Green+Blue) = 97+48+171=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #6130AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6130AB is #9ECF54. Grayscale: #4C4C4C. Windows color (decimal): -10407765 or 11219041. OLE color: 11219041.

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

Color convert

RGB 97 48 171 -
CMYK 0.43 0.72 0 0.33
HSL 263.9º 0.56% 0.43% -
HSV(B) 263.9º 0.72% 0.67% -
XYZ 13.34 7.6 39.29 -
YUV 76.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 97 48 171 0.43 0.72 0 0.33 263.9 0.56 0.43
Hex 61 30 AB 2B 48 0 21 108 38 2B
Octal 141 60 253 53 110 0 41 410 70 53
Binary 1100001 110000 10101011 101011 1001000 0 100001 100001000 111000 101011

Color Harmonies of #6130AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130AB

Black with #6130AB

Text Example


Text Example

White with #6130AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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