Html Css Color HEX #6544AB Royal Purple

📋 copy color: '#6544AB'

red 101 ◦ green 68 ◦ blue 171

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

Shades of Royal Purple #6544AB

Tints of Royal Purple #6544AB

RGB

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

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

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

R = 29.71%
G = 20%
B = 50.29%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6544AB (or 0x6544AB) is known color: Royal Purple. HEX triplet: 65, 44 and AB. RGB value is (101,68,171). Sum of RGB (Red+Green+Blue) = 101+68+171=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6544AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6544AB is #9ABB54. Grayscale: #595959. Windows color (decimal): -10140501 or 11224165. OLE color: 11224165.

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

Color convert

RGB 101 68 171 -
CMYK 0.41 0.60 0 0.33
HSL 259.22º 0.43% 0.47% -
HSV(B) 259.22º 0.6% 0.67% -
XYZ 14.78 9.84 39.65 -
YUV 89.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 101 68 171 0.41 0.60 0 0.33 259.22 0.43 0.47
Hex 65 44 AB 29 3C 0 21 103 2B 2F
Octal 145 104 253 51 74 0 41 403 53 57
Binary 1100101 1000100 10101011 101001 111100 0 100001 100000011 101011 101111

Color Harmonies of #6544AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6544AB

Black with #6544AB

Text Example


Text Example

White with #6544AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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