Html Css Color HEX #6549AB Royal Purple

📋 copy color: '#6549AB'

red 101 ◦ green 73 ◦ blue 171

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

Shades of Royal Purple #6549AB

Tints of Royal Purple #6549AB

RGB

 RED value IS 101 (39.84% from 255) = 29.28%

 GREEN value IS 73 (28.91% from 255) = 21.16%

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

R = 29.28%
G = 21.16%
B = 49.57%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6549AB (or 0x6549AB) is known color: Royal Purple. HEX triplet: 65, 49 and AB. RGB value is (101,73,171). Sum of RGB (Red+Green+Blue) = 101+73+171=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #6549AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6549AB is #9AB654. Grayscale: #5C5C5C. Windows color (decimal): -10139221 or 11225445. OLE color: 11225445.

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

Color convert

RGB 101 73 171 -
CMYK 0.41 0.57 0 0.33
HSL 257.14º 0.4% 0.48% -
HSV(B) 257.14º 0.57% 0.67% -
XYZ 15.1 10.47 39.75 -
YUV 92.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 101 73 171 0.41 0.57 0 0.33 257.14 0.4 0.48
Hex 65 49 AB 29 39 0 21 101 28 30
Octal 145 111 253 51 71 0 41 401 50 60
Binary 1100101 1001001 10101011 101001 111001 0 100001 100000001 101000 110000

Color Harmonies of #6549AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6549AB

Black with #6549AB

Text Example


Text Example

White with #6549AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,73,171); }

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

background-color css

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

 a { background-color: rgb(101,73,171); }

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

border-color css

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

 span { border-color: rgb(101,73,171); }

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