Html Css Color HEX #742AAC Royal Purple

📋 copy color: '#742AAC'

red 116 ◦ green 42 ◦ blue 172

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

Shades of Royal Purple #742AAC

Tints of Royal Purple #742AAC

RGB

 RED value IS 116 (45.7% from 255) = 35.15%

 GREEN value IS 42 (16.8% from 255) = 12.73%

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

R = 35.15%
G = 12.73%
B = 52.12%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#742AAC (or 0x742AAC) is known color: Royal Purple. HEX triplet: 74, 2A and AC. RGB value is (116,42,172). Sum of RGB (Red+Green+Blue) = 116+42+172=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #742AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742AAC is #8BD553. Grayscale: #4E4E4E. Windows color (decimal): -9164116 or 11283060. OLE color: 11283060.

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

Color convert

RGB 116 42 172 -
CMYK 0.33 0.76 0 0.33
HSL 274.15º 0.61% 0.42% -
HSV(B) 274.15º 0.76% 0.67% -
XYZ 15.48 8.35 39.83 -
YUV 78.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 116 42 172 0.33 0.76 0 0.33 274.15 0.61 0.42
Hex 74 2A AC 21 4C 0 21 112 3D 2A
Octal 164 52 254 41 114 0 41 422 75 52
Binary 1110100 101010 10101100 100001 1001100 0 100001 100010010 111101 101010

Color Harmonies of #742AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742AAC

Black with #742AAC

Text Example


Text Example

White with #742AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742AAC; }

 p { color: rgb(116,42,172); }

 H1.HeaderClassName
 {
   color: #742AAC;
 }
 .AnyTagClassName
 {
   color: #742AAC;
 }
</style>

background-color css

<style>
 a { background-color: #742AAC; }

 a { background-color: rgb(116,42,172); }

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

border-color css

<style>
 span { border-color: #742AAC; }

 span { border-color: rgb(116,42,172); }

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