Html Css Color HEX #750162 Purple

📋 copy color: '#750162'

red 117 ◦ green 1 ◦ blue 98

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

Shades of Purple #750162

Tints of Purple #750162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.37%

R = 54.17%
G = 0.46%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#750162 (or 0x750162) is known color: Purple. HEX triplet: 75, 01 and 62. RGB value is (117,1,98). Sum of RGB (Red+Green+Blue) = 117+1+98=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #750162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750162 is #8AFE9D. Grayscale: #2E2E2E. Windows color (decimal): -9109150 or 6422901. OLE color: 6422901.

HSL color Cylindrical-coordinate representation of color #750162: hue angle of 309.83º 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 #750162 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 98 -
CMYK 0 0.99 0.16 0.54
HSL 309.83º 0.98% 0.23% -
HSV(B) 309.83º 0.99% 0.46% -
XYZ 9.55 4.69 11.96 -
YUV 46.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 117 1 98 0 0.99 0.16 0.54 309.83 0.98 0.23
Hex 75 1 62 0 63 10 36 136 62 17
Octal 165 1 142 0 143 20 66 466 142 27
Binary 1110101 1 1100010 0 1100011 10000 110110 100110110 1100010 10111

Color Harmonies of #750162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750162

Black with #750162

Text Example


Text Example

White with #750162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750162; }

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

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

background-color css

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

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

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

border-color css

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

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

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