Html Css Color HEX #742CA2 Royal Purple

📋 copy color: '#742CA2'

red 116 ◦ green 44 ◦ blue 162

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

Shades of Royal Purple #742CA2

Tints of Royal Purple #742CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.31%

R = 36.02%
G = 13.66%
B = 50.31%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#742CA2 (or 0x742CA2) is known color: Royal Purple. HEX triplet: 74, 2C and A2. RGB value is (116,44,162). Sum of RGB (Red+Green+Blue) = 116+44+162=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #742CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742CA2 is #8BD35D. Grayscale: #4E4E4E. Windows color (decimal): -9163614 or 10628212. OLE color: 10628212.

HSL color Cylindrical-coordinate representation of color #742CA2: hue angle of 276.61º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742CA2 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 44 162 -
CMYK 0.28 0.73 0 0.36
HSL 276.61º 0.57% 0.4% -
HSV(B) 276.61º 0.73% 0.64% -
XYZ 14.62 8.12 34.98 -
YUV 78.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 116 44 162 0.28 0.73 0 0.36 276.61 0.57 0.4
Hex 74 2C A2 1C 49 0 24 115 39 28
Octal 164 54 242 34 111 0 44 425 71 50
Binary 1110100 101100 10100010 11100 1001001 0 100100 100010101 111001 101000

Color Harmonies of #742CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CA2

Black with #742CA2

Text Example


Text Example

White with #742CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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