Html Css Color HEX #6541AD Royal Purple

📋 copy color: '#6541AD'

red 101 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #6541AD

Tints of Royal Purple #6541AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 29.79%
G = 19.17%
B = 51.03%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6541AD (or 0x6541AD) is known color: Royal Purple. HEX triplet: 65, 41 and AD. RGB value is (101,65,173). Sum of RGB (Red+Green+Blue) = 101+65+173=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #6541AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6541AD is #9ABE52. Grayscale: #575757. Windows color (decimal): -10141267 or 11354469. OLE color: 11354469.

HSL color Cylindrical-coordinate representation of color #6541AD: hue angle of 260º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6541AD is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 65 173 -
CMYK 0.42 0.62 0 0.32
HSL 260º 0.45% 0.47% -
HSV(B) 260º 0.62% 0.68% -
XYZ 14.8 9.56 40.6 -
YUV 88.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 101 65 173 0.42 0.62 0 0.32 260 0.45 0.47
Hex 65 41 AD 2A 3E 0 20 104 2D 2F
Octal 145 101 255 52 76 0 40 404 55 57
Binary 1100101 1000001 10101101 101010 111110 0 100000 100000100 101101 101111

Color Harmonies of #6541AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541AD

Black with #6541AD

Text Example


Text Example

White with #6541AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6541AD; }

 p { color: rgb(101,65,173); }

 H1.HeaderClassName
 {
   color: #6541AD;
 }
 .AnyTagClassName
 {
   color: #6541AD;
 }
</style>

background-color css

<style>
 a { background-color: #6541AD; }

 a { background-color: rgb(101,65,173); }

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

border-color css

<style>
 span { border-color: #6541AD; }

 span { border-color: rgb(101,65,173); }

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