Html Css Color HEX #742DA5 Royal Purple

📋 copy color: '#742DA5'

red 116 ◦ green 45 ◦ blue 165

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

Shades of Royal Purple #742DA5

Tints of Royal Purple #742DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.61%

R = 35.58%
G = 13.8%
B = 50.61%

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

#742DA5 (or 0x742DA5) is known color: Royal Purple. HEX triplet: 74, 2D and A5. RGB value is (116,45,165). Sum of RGB (Red+Green+Blue) = 116+45+165=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #742DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742DA5 is #8BD25A. Grayscale: #4F4F4F. Windows color (decimal): -9163355 or 10825076. OLE color: 10825076.

HSL color Cylindrical-coordinate representation of color #742DA5: hue angle of 275.5º degrees, saturation: 0.57, 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 #742DA5 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 45 165 -
CMYK 0.30 0.73 0 0.35
HSL 275.5º 0.57% 0.41% -
HSV(B) 275.5º 0.73% 0.65% -
XYZ 14.93 8.31 36.41 -
YUV 79.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 116 45 165 0.30 0.73 0 0.35 275.5 0.57 0.41
Hex 74 2D A5 1E 49 0 23 114 39 29
Octal 164 55 245 36 111 0 43 424 71 51
Binary 1110100 101101 10100101 11110 1001001 0 100011 100010100 111001 101001

Color Harmonies of #742DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DA5

Black with #742DA5

Text Example


Text Example

White with #742DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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