Html Css Color HEX #740475 Purple

📋 copy color: '#740475'

red 116 ◦ green 4 ◦ blue 117

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

Shades of Purple #740475

Tints of Purple #740475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 48.95%
G = 1.69%
B = 49.37%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#740475 (or 0x740475) is known color: Purple. HEX triplet: 74, 04 and 75. RGB value is (116,4,117). Sum of RGB (Red+Green+Blue) = 116+4+117=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #740475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740475 is #8BFB8A. Grayscale: #323232. Windows color (decimal): -9173899 or 7668852. OLE color: 7668852.

HSL color Cylindrical-coordinate representation of color #740475: hue angle of 299.47º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740475 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 4 117 -
CMYK 0.01 0.97 0 0.54
HSL 299.47º 0.93% 0.24% -
HSV(B) 299.47º 0.97% 0.46% -
XYZ 10.46 5.08 17.26 -
YUV 50.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 116 4 117 0.01 0.97 0 0.54 299.47 0.93 0.24
Hex 74 4 75 1 61 0 36 12B 5D 18
Octal 164 4 165 1 141 0 66 453 135 30
Binary 1110100 100 1110101 1 1100001 0 110110 100101011 1011101 11000

Color Harmonies of #740475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740475

Black with #740475

Text Example


Text Example

White with #740475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740475; }

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

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

background-color css

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

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

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

border-color css

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

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

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