Html Css Color HEX #742CA6 Royal Purple

📋 copy color: '#742CA6'

red 116 ◦ green 44 ◦ blue 166

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

Shades of Royal Purple #742CA6

Tints of Royal Purple #742CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.92%

R = 35.58%
G = 13.5%
B = 50.92%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#742CA6 (or 0x742CA6) is known color: Royal Purple. HEX triplet: 74, 2C and A6. RGB value is (116,44,166). Sum of RGB (Red+Green+Blue) = 116+44+166=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #742CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742CA6 is #8BD359. Grayscale: #4F4F4F. Windows color (decimal): -9163610 or 10890356. OLE color: 10890356.

HSL color Cylindrical-coordinate representation of color #742CA6: hue angle of 275.41º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742CA6 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 44 166 -
CMYK 0.30 0.73 0 0.35
HSL 275.41º 0.58% 0.41% -
HSV(B) 275.41º 0.73% 0.65% -
XYZ 14.99 8.27 36.88 -
YUV 79.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 116 44 166 0.30 0.73 0 0.35 275.41 0.58 0.41
Hex 74 2C A6 1E 49 0 23 113 3A 29
Octal 164 54 246 36 111 0 43 423 72 51
Binary 1110100 101100 10100110 11110 1001001 0 100011 100010011 111010 101001

Color Harmonies of #742CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CA6

Black with #742CA6

Text Example


Text Example

White with #742CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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