Html Css Color HEX #750160 Purple

📋 copy color: '#750160'

red 117 ◦ green 1 ◦ blue 96

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

Shades of Purple #750160

Tints of Purple #750160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 54.67%
G = 0.47%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#750160 (or 0x750160) is known color: Purple. HEX triplet: 75, 01 and 60. RGB value is (117,1,96). Sum of RGB (Red+Green+Blue) = 117+1+96=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #750160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750160 is #8AFE9F. Grayscale: #2E2E2E. Windows color (decimal): -9109152 or 6291829. OLE color: 6291829.

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

Color convert

RGB 117 1 96 -
CMYK 0 0.99 0.18 0.54
HSL 310.86º 0.98% 0.23% -
HSV(B) 310.86º 0.99% 0.46% -
XYZ 9.46 4.65 11.47 -
YUV 46.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 117 1 96 0 0.99 0.18 0.54 310.86 0.98 0.23
Hex 75 1 60 0 63 12 36 137 62 17
Octal 165 1 140 0 143 22 66 467 142 27
Binary 1110101 1 1100000 0 1100011 10010 110110 100110111 1100010 10111

Color Harmonies of #750160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750160

Black with #750160

Text Example


Text Example

White with #750160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750160; }

 p { color: rgb(117,1,96); }

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

background-color css

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

 a { background-color: rgb(117,1,96); }

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

border-color css

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

 span { border-color: rgb(117,1,96); }

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