Html Css Color HEX #741FA5 Royal Purple

📋 copy color: '#741FA5'

red 116 ◦ green 31 ◦ blue 165

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

Shades of Royal Purple #741FA5

Tints of Royal Purple #741FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.94%

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

R = 37.18%
G = 9.94%
B = 52.88%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#741FA5 (or 0x741FA5) is known color: Royal Purple. HEX triplet: 74, 1F and A5. RGB value is (116,31,165). Sum of RGB (Red+Green+Blue) = 116+31+165=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #741FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741FA5 is #8BE05A. Grayscale: #474747. Windows color (decimal): -9166939 or 10821492. OLE color: 10821492.

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

Color convert

RGB 116 31 165 -
CMYK 0.30 0.81 0 0.35
HSL 278.06º 0.68% 0.38% -
HSV(B) 278.06º 0.81% 0.65% -
XYZ 14.48 7.41 36.26 -
YUV 71.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 116 31 165 0.30 0.81 0 0.35 278.06 0.68 0.38
Hex 74 1F A5 1E 51 0 23 116 44 26
Octal 164 37 245 36 121 0 43 426 104 46
Binary 1110100 11111 10100101 11110 1010001 0 100011 100010110 1000100 100110

Color Harmonies of #741FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FA5

Black with #741FA5

Text Example


Text Example

White with #741FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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