Html Css Color HEX #742FAC Royal Purple

📋 copy color: '#742FAC'

red 116 ◦ green 47 ◦ blue 172

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

Shades of Royal Purple #742FAC

Tints of Royal Purple #742FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 34.63%
G = 14.03%
B = 51.34%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#742FAC (or 0x742FAC) is known color: Royal Purple. HEX triplet: 74, 2F and AC. RGB value is (116,47,172). Sum of RGB (Red+Green+Blue) = 116+47+172=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #742FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742FAC is #8BD053. Grayscale: #515151. Windows color (decimal): -9162836 or 11284340. OLE color: 11284340.

HSL color Cylindrical-coordinate representation of color #742FAC: hue angle of 273.12º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742FAC is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 47 172 -
CMYK 0.33 0.73 0 0.33
HSL 273.12º 0.57% 0.43% -
HSV(B) 273.12º 0.73% 0.67% -
XYZ 15.67 8.72 39.89 -
YUV 81.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 116 47 172 0.33 0.73 0 0.33 273.12 0.57 0.43
Hex 74 2F AC 21 49 0 21 111 39 2B
Octal 164 57 254 41 111 0 41 421 71 53
Binary 1110100 101111 10101100 100001 1001001 0 100001 100010001 111001 101011

Color Harmonies of #742FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FAC

Black with #742FAC

Text Example


Text Example

White with #742FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,47,172); }

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

background-color css

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

 a { background-color: rgb(116,47,172); }

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

border-color css

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

 span { border-color: rgb(116,47,172); }

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