Html Css Color HEX #710260 Purple

📋 copy color: '#710260'

red 113 ◦ green 2 ◦ blue 96

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

Shades of Purple #710260

Tints of Purple #710260

RGB

 RED value IS 113 (44.53% from 255) = 53.55%

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

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

R = 53.55%
G = 0.95%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#710260 (or 0x710260) is known color: Purple. HEX triplet: 71, 02 and 60. RGB value is (113,2,96). Sum of RGB (Red+Green+Blue) = 113+2+96=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #710260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710260 is #8EFD9F. Grayscale: #2D2D2D. Windows color (decimal): -9371040 or 6292081. OLE color: 6292081.

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

Color convert

RGB 113 2 96 -
CMYK 0 0.98 0.15 0.56
HSL 309.19º 0.97% 0.23% -
HSV(B) 309.19º 0.98% 0.44% -
XYZ 8.94 4.4 11.44 -
YUV 45.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 113 2 96 0 0.98 0.15 0.56 309.19 0.97 0.23
Hex 71 2 60 0 62 F 38 135 61 17
Octal 161 2 140 0 142 17 70 465 141 27
Binary 1110001 10 1100000 0 1100010 1111 111000 100110101 1100001 10111

Color Harmonies of #710260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710260

Black with #710260

Text Example


Text Example

White with #710260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710260; }

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

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

background-color css

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

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

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

border-color css

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

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

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