Html Css Color HEX #6040AD Royal Purple

📋 copy color: '#6040AD'

red 96 ◦ green 64 ◦ blue 173

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

Shades of Royal Purple #6040AD

Tints of Royal Purple #6040AD

RGB

 RED value IS 96 (37.89% from 255) = 28.83%

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 28.83%
G = 19.22%
B = 51.95%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6040AD (or 0x6040AD) is known color: Royal Purple. HEX triplet: 60, 40 and AD. RGB value is (96,64,173). Sum of RGB (Red+Green+Blue) = 96+64+173=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #6040AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6040AD is #9FBF52. Grayscale: #555555. Windows color (decimal): -10469203 or 11354208. OLE color: 11354208.

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

Color convert

RGB 96 64 173 -
CMYK 0.45 0.63 0 0.32
HSL 257.61º 0.46% 0.46% -
HSV(B) 257.61º 0.63% 0.68% -
XYZ 14.2 9.17 40.56 -
YUV 85.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 96 64 173 0.45 0.63 0 0.32 257.61 0.46 0.46
Hex 60 40 AD 2D 3F 0 20 102 2E 2E
Octal 140 100 255 55 77 0 40 402 56 56
Binary 1100000 1000000 10101101 101101 111111 0 100000 100000010 101110 101110

Color Harmonies of #6040AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040AD

Black with #6040AD

Text Example


Text Example

White with #6040AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,64,173); }

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

background-color css

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

 a { background-color: rgb(96,64,173); }

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

border-color css

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

 span { border-color: rgb(96,64,173); }

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