Html Css Color HEX #742EAC Royal Purple

📋 copy color: '#742EAC'

red 116 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #742EAC

Tints of Royal Purple #742EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.77%

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

R = 34.73%
G = 13.77%
B = 51.5%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#742EAC (or 0x742EAC) is known color: Royal Purple. HEX triplet: 74, 2E and AC. RGB value is (116,46,172). Sum of RGB (Red+Green+Blue) = 116+46+172=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 46 (18.36% from 255 or 13.77% 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 #742EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742EAC is #8BD153. Grayscale: #505050. Windows color (decimal): -9163092 or 11284084. OLE color: 11284084.

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

Color convert

RGB 116 46 172 -
CMYK 0.33 0.73 0 0.33
HSL 273.33º 0.58% 0.43% -
HSV(B) 273.33º 0.73% 0.67% -
XYZ 15.63 8.65 39.87 -
YUV 81.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 116 46 172 0.33 0.73 0 0.33 273.33 0.58 0.43
Hex 74 2E AC 21 49 0 21 111 3A 2B
Octal 164 56 254 41 111 0 41 421 72 53
Binary 1110100 101110 10101100 100001 1001001 0 100001 100010001 111010 101011

Color Harmonies of #742EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EAC

Black with #742EAC

Text Example


Text Example

White with #742EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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