Html Css Color HEX #750262 Purple

📋 copy color: '#750262'

red 117 ◦ green 2 ◦ blue 98

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

Shades of Purple #750262

Tints of Purple #750262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 53.92%
G = 0.92%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#750262 (or 0x750262) is known color: Purple. HEX triplet: 75, 02 and 62. RGB value is (117,2,98). Sum of RGB (Red+Green+Blue) = 117+2+98=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #750262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750262 is #8AFD9D. Grayscale: #2F2F2F. Windows color (decimal): -9108894 or 6423157. OLE color: 6423157.

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

Color convert

RGB 117 2 98 -
CMYK 0 0.98 0.16 0.54
HSL 309.91º 0.97% 0.23% -
HSV(B) 309.91º 0.98% 0.46% -
XYZ 9.56 4.71 11.96 -
YUV 47.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 117 2 98 0 0.98 0.16 0.54 309.91 0.97 0.23
Hex 75 2 62 0 62 10 36 136 61 17
Octal 165 2 142 0 142 20 66 466 141 27
Binary 1110101 10 1100010 0 1100010 10000 110110 100110110 1100001 10111

Color Harmonies of #750262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750262

Black with #750262

Text Example


Text Example

White with #750262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750262; }

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

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

background-color css

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

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

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

border-color css

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

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

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