Html Css Color HEX #742CAA Royal Purple

📋 copy color: '#742CAA'

red 116 ◦ green 44 ◦ blue 170

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

Shades of Royal Purple #742CAA

Tints of Royal Purple #742CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.33%

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

R = 35.15%
G = 13.33%
B = 51.52%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#742CAA (or 0x742CAA) is known color: Royal Purple. HEX triplet: 74, 2C and AA. RGB value is (116,44,170). Sum of RGB (Red+Green+Blue) = 116+44+170=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #742CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742CAA is #8BD355. Grayscale: #4F4F4F. Windows color (decimal): -9163606 or 11152500. OLE color: 11152500.

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

Color convert

RGB 116 44 170 -
CMYK 0.32 0.74 0 0.33
HSL 274.29º 0.59% 0.42% -
HSV(B) 274.29º 0.74% 0.67% -
XYZ 15.36 8.42 38.85 -
YUV 79.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 116 44 170 0.32 0.74 0 0.33 274.29 0.59 0.42
Hex 74 2C AA 20 4A 0 21 112 3B 2A
Octal 164 54 252 40 112 0 41 422 73 52
Binary 1110100 101100 10101010 100000 1001010 0 100001 100010010 111011 101010

Color Harmonies of #742CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CAA

Black with #742CAA

Text Example


Text Example

White with #742CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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