Html Css Color HEX #750679 Purple

📋 copy color: '#750679'

red 117 ◦ green 6 ◦ blue 121

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

Shades of Purple #750679

Tints of Purple #750679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 49.59%

R = 47.95%
G = 2.46%
B = 49.59%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#750679 (or 0x750679) is known color: Purple. HEX triplet: 75, 06 and 79. RGB value is (117,6,121). Sum of RGB (Red+Green+Blue) = 117+6+121=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #750679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750679 is #8AF986. Grayscale: #333333. Windows color (decimal): -9107847 or 7931509. OLE color: 7931509.

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

Color convert

RGB 117 6 121 -
CMYK 0.03 0.95 0 0.53
HSL 297.91º 0.91% 0.25% -
HSV(B) 297.91º 0.95% 0.47% -
XYZ 10.85 5.29 18.54 -
YUV 52.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 117 6 121 0.03 0.95 0 0.53 297.91 0.91 0.25
Hex 75 6 79 3 5F 0 35 12A 5B 19
Octal 165 6 171 3 137 0 65 452 133 31
Binary 1110101 110 1111001 11 1011111 0 110101 100101010 1011011 11001

Color Harmonies of #750679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750679

Black with #750679

Text Example


Text Example

White with #750679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750679; }

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

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

background-color css

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

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

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

border-color css

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

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

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