Html Css Color HEX #6042AC Royal Purple

📋 copy color: '#6042AC'

red 96 ◦ green 66 ◦ blue 172

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

Shades of Royal Purple #6042AC

Tints of Royal Purple #6042AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 28.74%
G = 19.76%
B = 51.5%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6042AC (or 0x6042AC) is known color: Royal Purple. HEX triplet: 60, 42 and AC. RGB value is (96,66,172). Sum of RGB (Red+Green+Blue) = 96+66+172=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #6042AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6042AC is #9FBD53. Grayscale: #565656. Windows color (decimal): -10468692 or 11289184. OLE color: 11289184.

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

Color convert

RGB 96 66 172 -
CMYK 0.44 0.62 0 0.33
HSL 256.98º 0.45% 0.47% -
HSV(B) 256.98º 0.62% 0.67% -
XYZ 14.22 9.36 40.09 -
YUV 87.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 96 66 172 0.44 0.62 0 0.33 256.98 0.45 0.47
Hex 60 42 AC 2C 3E 0 21 101 2D 2F
Octal 140 102 254 54 76 0 41 401 55 57
Binary 1100000 1000010 10101100 101100 111110 0 100001 100000001 101101 101111

Color Harmonies of #6042AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6042AC

Black with #6042AC

Text Example


Text Example

White with #6042AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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