Html Css Color HEX #710273 Purple

📋 copy color: '#710273'

red 113 ◦ green 2 ◦ blue 115

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

Shades of Purple #710273

Tints of Purple #710273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50%

R = 49.13%
G = 0.87%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#710273 (or 0x710273) is known color: Purple. HEX triplet: 71, 02 and 73. RGB value is (113,2,115). Sum of RGB (Red+Green+Blue) = 113+2+115=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #710273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710273 is #8EFD8C. Grayscale: #2F2F2F. Windows color (decimal): -9371021 or 7537265. OLE color: 7537265.

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

Color convert

RGB 113 2 115 -
CMYK 0.02 0.98 0 0.55
HSL 298.94º 0.97% 0.23% -
HSV(B) 298.94º 0.98% 0.45% -
XYZ 9.93 4.79 16.62 -
YUV 48.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 113 2 115 0.02 0.98 0 0.55 298.94 0.97 0.23
Hex 71 2 73 2 62 0 37 12B 61 17
Octal 161 2 163 2 142 0 67 453 141 27
Binary 1110001 10 1110011 10 1100010 0 110111 100101011 1100001 10111

Color Harmonies of #710273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710273

Black with #710273

Text Example


Text Example

White with #710273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710273; }

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

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

background-color css

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

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

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

border-color css

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

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

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