Html Css Color HEX #740478 Purple

📋 copy color: '#740478'

red 116 ◦ green 4 ◦ blue 120

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

Shades of Purple #740478

Tints of Purple #740478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 48.33%
G = 1.67%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#740478 (or 0x740478) is known color: Purple. HEX triplet: 74, 04 and 78. RGB value is (116,4,120). Sum of RGB (Red+Green+Blue) = 116+4+120=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #740478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740478 is #8BFB87. Grayscale: #323232. Windows color (decimal): -9173896 or 7865460. OLE color: 7865460.

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

Color convert

RGB 116 4 120 -
CMYK 0.03 0.97 0 0.53
HSL 297.93º 0.94% 0.24% -
HSV(B) 297.93º 0.97% 0.47% -
XYZ 10.64 5.16 18.2 -
YUV 50.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 116 4 120 0.03 0.97 0 0.53 297.93 0.94 0.24
Hex 74 4 78 3 61 0 35 12A 5E 18
Octal 164 4 170 3 141 0 65 452 136 30
Binary 1110100 100 1111000 11 1100001 0 110101 100101010 1011110 11000

Color Harmonies of #740478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740478

Black with #740478

Text Example


Text Example

White with #740478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740478; }

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

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

background-color css

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

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

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

border-color css

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

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

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