Html Css Color HEX #741EA5 Royal Purple

📋 copy color: '#741EA5'

red 116 ◦ green 30 ◦ blue 165

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

Shades of Royal Purple #741EA5

Tints of Royal Purple #741EA5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.65%

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

R = 37.3%
G = 9.65%
B = 53.05%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#741EA5 (or 0x741EA5) is known color: Royal Purple. HEX triplet: 74, 1E and A5. RGB value is (116,30,165). Sum of RGB (Red+Green+Blue) = 116+30+165=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #741EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741EA5 is #8BE15A. Grayscale: #464646. Windows color (decimal): -9167195 or 10821236. OLE color: 10821236.

HSL color Cylindrical-coordinate representation of color #741EA5: hue angle of 278.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741EA5 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 30 165 -
CMYK 0.30 0.82 0 0.35
HSL 278.22º 0.69% 0.38% -
HSV(B) 278.22º 0.82% 0.65% -
XYZ 14.46 7.36 36.26 -
YUV 71.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 116 30 165 0.30 0.82 0 0.35 278.22 0.69 0.38
Hex 74 1E A5 1E 52 0 23 116 45 26
Octal 164 36 245 36 122 0 43 426 105 46
Binary 1110100 11110 10100101 11110 1010010 0 100011 100010110 1000101 100110

Color Harmonies of #741EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741EA5

Black with #741EA5

Text Example


Text Example

White with #741EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741EA5; }

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

 H1.HeaderClassName
 {
   color: #741EA5;
 }
 .AnyTagClassName
 {
   color: #741EA5;
 }
</style>

background-color css

<style>
 a { background-color: #741EA5; }

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

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

border-color css

<style>
 span { border-color: #741EA5; }

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

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