Html Css Color HEX #6549AA Royal Purple

📋 copy color: '#6549AA'

red 101 ◦ green 73 ◦ blue 170

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

Shades of Royal Purple #6549AA

Tints of Royal Purple #6549AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 29.36%
G = 21.22%
B = 49.42%

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

#6549AA (or 0x6549AA) is known color: Royal Purple. HEX triplet: 65, 49 and AA. RGB value is (101,73,170). Sum of RGB (Red+Green+Blue) = 101+73+170=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #6549AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6549AA is #9AB655. Grayscale: #5C5C5C. Windows color (decimal): -10139222 or 11159909. OLE color: 11159909.

HSL color Cylindrical-coordinate representation of color #6549AA: hue angle of 257.32º 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 #6549AA is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 73 170 -
CMYK 0.41 0.57 0 0.33
HSL 257.32º 0.4% 0.48% -
HSV(B) 257.32º 0.57% 0.67% -
XYZ 15.01 10.43 39.25 -
YUV 92.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 101 73 170 0.41 0.57 0 0.33 257.32 0.4 0.48
Hex 65 49 AA 29 39 0 21 101 28 30
Octal 145 111 252 51 71 0 41 401 50 60
Binary 1100101 1001001 10101010 101001 111001 0 100001 100000001 101000 110000

Color Harmonies of #6549AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6549AA

Black with #6549AA

Text Example


Text Example

White with #6549AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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