Html Css Color HEX #6042AA Royal Purple

📋 copy color: '#6042AA'

red 96 ◦ green 66 ◦ blue 170

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

Shades of Royal Purple #6042AA

Tints of Royal Purple #6042AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.2%

R = 28.92%
G = 19.88%
B = 51.2%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6042AA (or 0x6042AA) is known color: Royal Purple. HEX triplet: 60, 42 and AA. RGB value is (96,66,170). Sum of RGB (Red+Green+Blue) = 96+66+170=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #6042AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6042AA is #9FBD55. Grayscale: #565656. Windows color (decimal): -10468694 or 11158112. OLE color: 11158112.

HSL color Cylindrical-coordinate representation of color #6042AA: hue angle of 257.31º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6042AA is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 66 170 -
CMYK 0.44 0.61 0 0.33
HSL 257.31º 0.44% 0.46% -
HSV(B) 257.31º 0.61% 0.67% -
XYZ 14.03 9.29 39.08 -
YUV 86.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 96 66 170 0.44 0.61 0 0.33 257.31 0.44 0.46
Hex 60 42 AA 2C 3D 0 21 101 2C 2E
Octal 140 102 252 54 75 0 41 401 54 56
Binary 1100000 1000010 10101010 101100 111101 0 100001 100000001 101100 101110

Color Harmonies of #6042AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6042AA

Black with #6042AA

Text Example


Text Example

White with #6042AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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