Html Css Color HEX #740578 Purple

📋 copy color: '#740578'

red 116 ◦ green 5 ◦ blue 120

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

Shades of Purple #740578

Tints of Purple #740578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 48.13%
G = 2.07%
B = 49.79%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#740578 (or 0x740578) is known color: Purple. HEX triplet: 74, 05 and 78. RGB value is (116,5,120). Sum of RGB (Red+Green+Blue) = 116+5+120=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #740578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740578 is #8BFA87. Grayscale: #323232. Windows color (decimal): -9173640 or 7865716. OLE color: 7865716.

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

Color convert

RGB 116 5 120 -
CMYK 0.03 0.96 0 0.53
HSL 297.91º 0.92% 0.25% -
HSV(B) 297.91º 0.96% 0.47% -
XYZ 10.65 5.18 18.21 -
YUV 51.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 116 5 120 0.03 0.96 0 0.53 297.91 0.92 0.25
Hex 74 5 78 3 60 0 35 12A 5C 19
Octal 164 5 170 3 140 0 65 452 134 31
Binary 1110100 101 1111000 11 1100000 0 110101 100101010 1011100 11001

Color Harmonies of #740578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740578

Black with #740578

Text Example


Text Example

White with #740578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740578; }

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

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

background-color css

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

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

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

border-color css

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

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

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