Html Css Color HEX #742DAE Royal Purple

📋 copy color: '#742DAE'

red 116 ◦ green 45 ◦ blue 174

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

Shades of Royal Purple #742DAE

Tints of Royal Purple #742DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 34.63%
G = 13.43%
B = 51.94%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#742DAE (or 0x742DAE) is known color: Royal Purple. HEX triplet: 74, 2D and AE. RGB value is (116,45,174). Sum of RGB (Red+Green+Blue) = 116+45+174=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #742DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742DAE is #8BD251. Grayscale: #505050. Windows color (decimal): -9163346 or 11414900. OLE color: 11414900.

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

Color convert

RGB 116 45 174 -
CMYK 0.33 0.74 0 0.32
HSL 273.02º 0.59% 0.43% -
HSV(B) 273.02º 0.74% 0.68% -
XYZ 15.78 8.65 40.88 -
YUV 80.94 180.52 153.01 -
System Red Green Blue C M Y K H S L
Decimal 116 45 174 0.33 0.74 0 0.32 273.02 0.59 0.43
Hex 74 2D AE 21 4A 0 20 111 3B 2B
Octal 164 55 256 41 112 0 40 421 73 53
Binary 1110100 101101 10101110 100001 1001010 0 100000 100010001 111011 101011

Color Harmonies of #742DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DAE

Black with #742DAE

Text Example


Text Example

White with #742DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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