Html Css Color HEX #6544AA Royal Purple

📋 copy color: '#6544AA'

red 101 ◦ green 68 ◦ blue 170

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

Shades of Royal Purple #6544AA

Tints of Royal Purple #6544AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

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

R = 29.79%
G = 20.06%
B = 50.15%

CMYK

 C value IS 0.41

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6544AA (or 0x6544AA) is known color: Royal Purple. HEX triplet: 65, 44 and AA. RGB value is (101,68,170). Sum of RGB (Red+Green+Blue) = 101+68+170=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #6544AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6544AA is #9ABB55. Grayscale: #595959. Windows color (decimal): -10140502 or 11158629. OLE color: 11158629.

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

Color convert

RGB 101 68 170 -
CMYK 0.41 0.6 0 0.33
HSL 259.41º 0.43% 0.47% -
HSV(B) 259.41º 0.6% 0.67% -
XYZ 14.69 9.8 39.15 -
YUV 89.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 101 68 170 0.41 0.6 0 0.33 259.41 0.43 0.47
Hex 65 44 AA 29 3C 0 21 103 2B 2F
Octal 145 104 252 51 74 0 41 403 53 57
Binary 1100101 1000100 10101010 101001 111100 0 100001 100000011 101011 101111

Color Harmonies of #6544AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6544AA

Black with #6544AA

Text Example


Text Example

White with #6544AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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