Html Css Color HEX #742CA4 Royal Purple

📋 copy color: '#742CA4'

red 116 ◦ green 44 ◦ blue 164

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

Shades of Royal Purple #742CA4

Tints of Royal Purple #742CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.62%

R = 35.8%
G = 13.58%
B = 50.62%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#742CA4 (or 0x742CA4) is known color: Royal Purple. HEX triplet: 74, 2C and A4. RGB value is (116,44,164). Sum of RGB (Red+Green+Blue) = 116+44+164=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #742CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742CA4 is #8BD35B. Grayscale: #4E4E4E. Windows color (decimal): -9163612 or 10759284. OLE color: 10759284.

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

Color convert

RGB 116 44 164 -
CMYK 0.29 0.73 0 0.36
HSL 276º 0.58% 0.41% -
HSV(B) 276º 0.73% 0.64% -
XYZ 14.8 8.19 35.92 -
YUV 79.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 116 44 164 0.29 0.73 0 0.36 276 0.58 0.41
Hex 74 2C A4 1D 49 0 24 114 3A 29
Octal 164 54 244 35 111 0 44 424 72 51
Binary 1110100 101100 10100100 11101 1001001 0 100100 100010100 111010 101001

Color Harmonies of #742CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CA4

Black with #742CA4

Text Example


Text Example

White with #742CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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