Html Css Color HEX #750271 Purple

📋 copy color: '#750271'

red 117 ◦ green 2 ◦ blue 113

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

Shades of Purple #750271

Tints of Purple #750271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 50.43%
G = 0.86%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#750271 (or 0x750271) is known color: Purple. HEX triplet: 75, 02 and 71. RGB value is (117,2,113). Sum of RGB (Red+Green+Blue) = 117+2+113=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #750271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750271 is #8AFD8E. Grayscale: #303030. Windows color (decimal): -9108879 or 7406197. OLE color: 7406197.

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

Color convert

RGB 117 2 113 -
CMYK 0 0.98 0.03 0.54
HSL 302.09º 0.97% 0.23% -
HSV(B) 302.09º 0.98% 0.46% -
XYZ 10.34 5.02 16.05 -
YUV 49.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 117 2 113 0 0.98 0.03 0.54 302.09 0.97 0.23
Hex 75 2 71 0 62 3 36 12E 61 17
Octal 165 2 161 0 142 3 66 456 141 27
Binary 1110101 10 1110001 0 1100010 11 110110 100101110 1100001 10111

Color Harmonies of #750271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750271

Black with #750271

Text Example


Text Example

White with #750271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750271; }

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

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

background-color css

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

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

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

border-color css

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

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

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