Html Css Color HEX #750674 Purple

📋 copy color: '#750674'

red 117 ◦ green 6 ◦ blue 116

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

Shades of Purple #750674

Tints of Purple #750674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

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

R = 48.95%
G = 2.51%
B = 48.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#750674 (or 0x750674) is known color: Purple. HEX triplet: 75, 06 and 74. RGB value is (117,6,116). Sum of RGB (Red+Green+Blue) = 117+6+116=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #750674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750674 is #8AF98B. Grayscale: #333333. Windows color (decimal): -9107852 or 7603829. OLE color: 7603829.

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

Color convert

RGB 117 6 116 -
CMYK 0 0.95 0.01 0.54
HSL 300.54º 0.9% 0.24% -
HSV(B) 300.54º 0.95% 0.46% -
XYZ 10.55 5.17 16.97 -
YUV 51.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 117 6 116 0 0.95 0.01 0.54 300.54 0.9 0.24
Hex 75 6 74 0 5F 1 36 12D 5A 18
Octal 165 6 164 0 137 1 66 455 132 30
Binary 1110101 110 1110100 0 1011111 1 110110 100101101 1011010 11000

Color Harmonies of #750674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750674

Black with #750674

Text Example


Text Example

White with #750674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750674; }

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

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

background-color css

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

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

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

border-color css

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

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

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