Html Css Color HEX #6042AD Royal Purple

📋 copy color: '#6042AD'

red 96 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #6042AD

Tints of Royal Purple #6042AD

RGB

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

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

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

R = 28.66%
G = 19.7%
B = 51.64%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6042AD (or 0x6042AD) is known color: Royal Purple. HEX triplet: 60, 42 and AD. RGB value is (96,66,173). Sum of RGB (Red+Green+Blue) = 96+66+173=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #6042AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6042AD is #9FBD52. Grayscale: #565656. Windows color (decimal): -10468691 or 11354720. OLE color: 11354720.

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

Color convert

RGB 96 66 173 -
CMYK 0.45 0.62 0 0.32
HSL 256.82º 0.45% 0.47% -
HSV(B) 256.82º 0.62% 0.68% -
XYZ 14.31 9.4 40.6 -
YUV 87.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 96 66 173 0.45 0.62 0 0.32 256.82 0.45 0.47
Hex 60 42 AD 2D 3E 0 20 101 2D 2F
Octal 140 102 255 55 76 0 40 401 55 57
Binary 1100000 1000010 10101101 101101 111110 0 100000 100000001 101101 101111

Color Harmonies of #6042AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6042AD

Black with #6042AD

Text Example


Text Example

White with #6042AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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