Html Css Color HEX #742DAC Royal Purple

📋 copy color: '#742DAC'

red 116 ◦ green 45 ◦ blue 172

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

Shades of Royal Purple #742DAC

Tints of Royal Purple #742DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

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

R = 34.83%
G = 13.51%
B = 51.65%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#742DAC (or 0x742DAC) is known color: Royal Purple. HEX triplet: 74, 2D and AC. RGB value is (116,45,172). Sum of RGB (Red+Green+Blue) = 116+45+172=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #742DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742DAC is #8BD253. Grayscale: #505050. Windows color (decimal): -9163348 or 11283828. OLE color: 11283828.

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

Color convert

RGB 116 45 172 -
CMYK 0.33 0.74 0 0.33
HSL 273.54º 0.59% 0.43% -
HSV(B) 273.54º 0.74% 0.67% -
XYZ 15.59 8.57 39.86 -
YUV 80.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 116 45 172 0.33 0.74 0 0.33 273.54 0.59 0.43
Hex 74 2D AC 21 4A 0 21 112 3B 2B
Octal 164 55 254 41 112 0 41 422 73 53
Binary 1110100 101101 10101100 100001 1001010 0 100001 100010010 111011 101011

Color Harmonies of #742DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DAC

Black with #742DAC

Text Example


Text Example

White with #742DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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