Html Css Color HEX #742EAB Royal Purple

📋 copy color: '#742EAB'

red 116 ◦ green 46 ◦ blue 171

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

Shades of Royal Purple #742EAB

Tints of Royal Purple #742EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 34.83%
G = 13.81%
B = 51.35%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#742EAB (or 0x742EAB) is known color: Royal Purple. HEX triplet: 74, 2E and AB. RGB value is (116,46,171). Sum of RGB (Red+Green+Blue) = 116+46+171=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #742EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742EAB is #8BD154. Grayscale: #505050. Windows color (decimal): -9163093 or 11218548. OLE color: 11218548.

HSL color Cylindrical-coordinate representation of color #742EAB: hue angle of 273.6º 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 #742EAB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 46 171 -
CMYK 0.32 0.73 0 0.33
HSL 273.6º 0.58% 0.43% -
HSV(B) 273.6º 0.73% 0.67% -
XYZ 15.53 8.61 39.37 -
YUV 81.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 116 46 171 0.32 0.73 0 0.33 273.6 0.58 0.43
Hex 74 2E AB 20 49 0 21 112 3A 2B
Octal 164 56 253 40 111 0 41 422 72 53
Binary 1110100 101110 10101011 100000 1001001 0 100001 100010010 111010 101011

Color Harmonies of #742EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EAB

Black with #742EAB

Text Example


Text Example

White with #742EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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