Html Css Color HEX #6548AB Royal Purple

📋 copy color: '#6548AB'

red 101 ◦ green 72 ◦ blue 171

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

Shades of Royal Purple #6548AB

Tints of Royal Purple #6548AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

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

R = 29.36%
G = 20.93%
B = 49.71%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6548AB (or 0x6548AB) is known color: Royal Purple. HEX triplet: 65, 48 and AB. RGB value is (101,72,171). Sum of RGB (Red+Green+Blue) = 101+72+171=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #6548AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6548AB is #9AB754. Grayscale: #5B5B5B. Windows color (decimal): -10139477 or 11225189. OLE color: 11225189.

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

Color convert

RGB 101 72 171 -
CMYK 0.41 0.58 0 0.33
HSL 257.58º 0.41% 0.48% -
HSV(B) 257.58º 0.58% 0.67% -
XYZ 15.03 10.34 39.73 -
YUV 91.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 101 72 171 0.41 0.58 0 0.33 257.58 0.41 0.48
Hex 65 48 AB 29 3A 0 21 102 29 30
Octal 145 110 253 51 72 0 41 402 51 60
Binary 1100101 1001000 10101011 101001 111010 0 100001 100000010 101001 110000

Color Harmonies of #6548AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6548AB

Black with #6548AB

Text Example


Text Example

White with #6548AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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