Html Css Color HEX #750074 Purple

📋 copy color: '#750074'

red 117 ◦ green 0 ◦ blue 116

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

Shades of Purple #750074

Tints of Purple #750074

RGB

 RED value IS 117 (46.09% from 255) = 50.21%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 50.21%
G = 0%
B = 49.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#750074 (or 0x750074) is known color: Purple. HEX triplet: 75, 00 and 74. RGB value is (117,0,116). Sum of RGB (Red+Green+Blue) = 117+0+116=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #750074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750074 is #8AFF8B. Grayscale: #2F2F2F. Windows color (decimal): -9109388 or 7602293. OLE color: 7602293.

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

Color convert

RGB 117 0 116 -
CMYK 0 1 0.01 0.54
HSL 300.51º 1% 0.23% -
HSV(B) 300.51º 1% 0.46% -
XYZ 10.49 5.04 16.94 -
YUV 48.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 117 0 116 0 1 0.01 0.54 300.51 1 0.23
Hex 75 0 74 0 64 1 36 12D 64 17
Octal 165 0 164 0 144 1 66 455 144 27
Binary 1110101 0 1110100 0 1100100 1 110110 100101101 1100100 10111

Color Harmonies of #750074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750074

Black with #750074

Text Example


Text Example

White with #750074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750074; }

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

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

background-color css

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

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

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

border-color css

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

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

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