Html Css Color HEX #750261 Purple

📋 copy color: '#750261'

red 117 ◦ green 2 ◦ blue 97

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

Shades of Purple #750261

Tints of Purple #750261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 54.17%
G = 0.93%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#750261 (or 0x750261) is known color: Purple. HEX triplet: 75, 02 and 61. RGB value is (117,2,97). Sum of RGB (Red+Green+Blue) = 117+2+97=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #750261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750261 is #8AFD9E. Grayscale: #2E2E2E. Windows color (decimal): -9108895 or 6357621. OLE color: 6357621.

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

Color convert

RGB 117 2 97 -
CMYK 0 0.98 0.17 0.54
HSL 310.43º 0.97% 0.23% -
HSV(B) 310.43º 0.98% 0.46% -
XYZ 9.52 4.69 11.71 -
YUV 47.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 117 2 97 0 0.98 0.17 0.54 310.43 0.97 0.23
Hex 75 2 61 0 62 11 36 136 61 17
Octal 165 2 141 0 142 21 66 466 141 27
Binary 1110101 10 1100001 0 1100010 10001 110110 100110110 1100001 10111

Color Harmonies of #750261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750261

Black with #750261

Text Example


Text Example

White with #750261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750261; }

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

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

background-color css

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

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

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

border-color css

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

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

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