Html Css Color HEX #742BAA Royal Purple

📋 copy color: '#742BAA'

red 116 ◦ green 43 ◦ blue 170

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

Shades of Royal Purple #742BAA

Tints of Royal Purple #742BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.07%

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 35.26%
G = 13.07%
B = 51.67%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#742BAA (or 0x742BAA) is known color: Royal Purple. HEX triplet: 74, 2B and AA. RGB value is (116,43,170). Sum of RGB (Red+Green+Blue) = 116+43+170=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #742BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742BAA is #8BD455. Grayscale: #4E4E4E. Windows color (decimal): -9163862 or 11152244. OLE color: 11152244.

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

Color convert

RGB 116 43 170 -
CMYK 0.32 0.75 0 0.33
HSL 274.49º 0.6% 0.42% -
HSV(B) 274.49º 0.75% 0.67% -
XYZ 15.32 8.34 38.83 -
YUV 79.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 116 43 170 0.32 0.75 0 0.33 274.49 0.6 0.42
Hex 74 2B AA 20 4B 0 21 112 3C 2A
Octal 164 53 252 40 113 0 41 422 74 52
Binary 1110100 101011 10101010 100000 1001011 0 100001 100010010 111100 101010

Color Harmonies of #742BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742BAA

Black with #742BAA

Text Example


Text Example

White with #742BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,43,170); }

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

background-color css

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

 a { background-color: rgb(116,43,170); }

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

border-color css

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

 span { border-color: rgb(116,43,170); }

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