Html Css Color HEX #741377 Purple

📋 copy color: '#741377'

red 116 ◦ green 19 ◦ blue 119

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

Shades of Purple #741377

Tints of Purple #741377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 45.67%
G = 7.48%
B = 46.85%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#741377 (or 0x741377) is known color: Purple. HEX triplet: 74, 13 and 77. RGB value is (116,19,119). Sum of RGB (Red+Green+Blue) = 116+19+119=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #741377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741377 is #8BEC88. Grayscale: #3B3B3B. Windows color (decimal): -9170057 or 7803764. OLE color: 7803764.

HSL color Cylindrical-coordinate representation of color #741377: hue angle of 298.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741377 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 19 119 -
CMYK 0.03 0.84 0 0.53
HSL 298.2º 0.72% 0.27% -
HSV(B) 298.2º 0.84% 0.47% -
XYZ 10.77 5.51 17.95 -
YUV 59.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 116 19 119 0.03 0.84 0 0.53 298.2 0.72 0.27
Hex 74 13 77 3 54 0 35 12A 48 1B
Octal 164 23 167 3 124 0 65 452 110 33
Binary 1110100 10011 1110111 11 1010100 0 110101 100101010 1001000 11011

Color Harmonies of #741377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741377

Black with #741377

Text Example


Text Example

White with #741377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741377; }

 p { color: rgb(116,19,119); }

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

background-color css

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

 a { background-color: rgb(116,19,119); }

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

border-color css

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

 span { border-color: rgb(116,19,119); }

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