Html Css Color HEX #742AAD Royal Purple

📋 copy color: '#742AAD'

red 116 ◦ green 42 ◦ blue 173

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

Shades of Royal Purple #742AAD

Tints of Royal Purple #742AAD

RGB

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

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

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

R = 35.05%
G = 12.69%
B = 52.27%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#742AAD (or 0x742AAD) is known color: Royal Purple. HEX triplet: 74, 2A and AD. RGB value is (116,42,173). Sum of RGB (Red+Green+Blue) = 116+42+173=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #742AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742AAD is #8BD552. Grayscale: #4E4E4E. Windows color (decimal): -9164115 or 11348596. OLE color: 11348596.

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

Color convert

RGB 116 42 173 -
CMYK 0.33 0.76 0 0.32
HSL 273.89º 0.61% 0.42% -
HSV(B) 273.89º 0.76% 0.68% -
XYZ 15.57 8.39 40.33 -
YUV 79.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 116 42 173 0.33 0.76 0 0.32 273.89 0.61 0.42
Hex 74 2A AD 21 4C 0 20 112 3D 2A
Octal 164 52 255 41 114 0 40 422 75 52
Binary 1110100 101010 10101101 100001 1001100 0 100000 100010010 111101 101010

Color Harmonies of #742AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742AAD

Black with #742AAD

Text Example


Text Example

White with #742AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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