Html Css Color HEX #741578 Purple

📋 copy color: '#741578'

red 116 ◦ green 21 ◦ blue 120

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

Shades of Purple #741578

Tints of Purple #741578

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 45.14%
G = 8.17%
B = 46.69%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#741578 (or 0x741578) is known color: Purple. HEX triplet: 74, 15 and 78. RGB value is (116,21,120). Sum of RGB (Red+Green+Blue) = 116+21+120=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #741578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741578 is #8BEA87. Grayscale: #3C3C3C. Windows color (decimal): -9169544 or 7869812. OLE color: 7869812.

HSL color Cylindrical-coordinate representation of color #741578: hue angle of 297.58º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741578 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 21 120 -
CMYK 0.03 0.83 0 0.53
HSL 297.58º 0.7% 0.28% -
HSV(B) 297.58º 0.83% 0.47% -
XYZ 10.86 5.61 18.28 -
YUV 60.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 116 21 120 0.03 0.83 0 0.53 297.58 0.7 0.28
Hex 74 15 78 3 53 0 35 12A 46 1C
Octal 164 25 170 3 123 0 65 452 106 34
Binary 1110100 10101 1111000 11 1010011 0 110101 100101010 1000110 11100

Color Harmonies of #741578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741578

Black with #741578

Text Example


Text Example

White with #741578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741578; }

 p { color: rgb(116,21,120); }

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

background-color css

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

 a { background-color: rgb(116,21,120); }

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

border-color css

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

 span { border-color: rgb(116,21,120); }

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