Html Css Color HEX #710262 Purple

📋 copy color: '#710262'

red 113 ◦ green 2 ◦ blue 98

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

Shades of Purple #710262

Tints of Purple #710262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.01%

R = 53.05%
G = 0.94%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#710262 (or 0x710262) is known color: Purple. HEX triplet: 71, 02 and 62. RGB value is (113,2,98). Sum of RGB (Red+Green+Blue) = 113+2+98=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #710262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710262 is #8EFD9D. Grayscale: #2D2D2D. Windows color (decimal): -9371038 or 6423153. OLE color: 6423153.

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

Color convert

RGB 113 2 98 -
CMYK 0 0.98 0.13 0.56
HSL 308.11º 0.97% 0.23% -
HSV(B) 308.11º 0.98% 0.44% -
XYZ 9.04 4.44 11.94 -
YUV 46.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 113 2 98 0 0.98 0.13 0.56 308.11 0.97 0.23
Hex 71 2 62 0 62 D 38 134 61 17
Octal 161 2 142 0 142 15 70 464 141 27
Binary 1110001 10 1100010 0 1100010 1101 111000 100110100 1100001 10111

Color Harmonies of #710262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710262

Black with #710262

Text Example


Text Example

White with #710262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710262; }

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

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

background-color css

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

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

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

border-color css

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

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

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