Html Css Color HEX #710288 Purple

📋 copy color: '#710288'

red 113 ◦ green 2 ◦ blue 136

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

Shades of Purple #710288

Tints of Purple #710288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.18%

R = 45.02%
G = 0.8%
B = 54.18%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710288 (or 0x710288) is known color: Purple. HEX triplet: 71, 02 and 88. RGB value is (113,2,136). Sum of RGB (Red+Green+Blue) = 113+2+136=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #710288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710288 is #8EFD77. Grayscale: #323232. Windows color (decimal): -9371000 or 8913521. OLE color: 8913521.

HSL color Cylindrical-coordinate representation of color #710288: hue angle of 289.7º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710288 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 2 136 -
CMYK 0.17 0.99 0 0.47
HSL 289.7º 0.97% 0.27% -
HSV(B) 289.7º 0.99% 0.53% -
XYZ 11.28 5.33 23.73 -
YUV 50.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 113 2 136 0.17 0.99 0 0.47 289.7 0.97 0.27
Hex 71 2 88 11 63 0 2F 122 61 1B
Octal 161 2 210 21 143 0 57 442 141 33
Binary 1110001 10 10001000 10001 1100011 0 101111 100100010 1100001 11011

Color Harmonies of #710288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710288

Black with #710288

Text Example


Text Example

White with #710288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710288; }

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

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

background-color css

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

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

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

border-color css

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

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

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