Html Css Color HEX #6548AC Royal Purple

📋 copy color: '#6548AC'

red 101 ◦ green 72 ◦ blue 172

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

Shades of Royal Purple #6548AC

Tints of Royal Purple #6548AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 29.28%
G = 20.87%
B = 49.86%

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

#6548AC (or 0x6548AC) is known color: Royal Purple. HEX triplet: 65, 48 and AC. RGB value is (101,72,172). Sum of RGB (Red+Green+Blue) = 101+72+172=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #6548AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6548AC is #9AB753. Grayscale: #5B5B5B. Windows color (decimal): -10139476 or 11290725. OLE color: 11290725.

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

Color convert

RGB 101 72 172 -
CMYK 0.41 0.58 0 0.33
HSL 257.4º 0.41% 0.48% -
HSV(B) 257.4º 0.58% 0.67% -
XYZ 15.13 10.38 40.24 -
YUV 92.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 101 72 172 0.41 0.58 0 0.33 257.4 0.41 0.48
Hex 65 48 AC 29 3A 0 21 101 29 30
Octal 145 110 254 51 72 0 41 401 51 60
Binary 1100101 1001000 10101100 101001 111010 0 100001 100000001 101001 110000

Color Harmonies of #6548AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6548AC

Black with #6548AC

Text Example


Text Example

White with #6548AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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