Html Css Color HEX #6542AD Royal Purple

📋 copy color: '#6542AD'

red 101 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #6542AD

Tints of Royal Purple #6542AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 29.71%
G = 19.41%
B = 50.88%

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

#6542AD (or 0x6542AD) is known color: Royal Purple. HEX triplet: 65, 42 and AD. RGB value is (101,66,173). Sum of RGB (Red+Green+Blue) = 101+66+173=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6542AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6542AD is #9ABD52. Grayscale: #585858. Windows color (decimal): -10141011 or 11354725. OLE color: 11354725.

HSL color Cylindrical-coordinate representation of color #6542AD: hue angle of 259.63º 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 #6542AD is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 66 173 -
CMYK 0.42 0.62 0 0.32
HSL 259.63º 0.45% 0.47% -
HSV(B) 259.63º 0.62% 0.68% -
XYZ 14.86 9.68 40.62 -
YUV 88.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 101 66 173 0.42 0.62 0 0.32 259.63 0.45 0.47
Hex 65 42 AD 2A 3E 0 20 104 2D 2F
Octal 145 102 255 52 76 0 40 404 55 57
Binary 1100101 1000010 10101101 101010 111110 0 100000 100000100 101101 101111

Color Harmonies of #6542AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6542AD

Black with #6542AD

Text Example


Text Example

White with #6542AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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