Html Css Color HEX #710297 Purple

📋 copy color: '#710297'

red 113 ◦ green 2 ◦ blue 151

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

Shades of Purple #710297

Tints of Purple #710297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.77%

R = 42.48%
G = 0.75%
B = 56.77%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#710297 (or 0x710297) is known color: Purple. HEX triplet: 71, 02 and 97. RGB value is (113,2,151). Sum of RGB (Red+Green+Blue) = 113+2+151=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #710297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710297 is #8EFD68. Grayscale: #333333. Windows color (decimal): -9370985 or 9896561. OLE color: 9896561.

HSL color Cylindrical-coordinate representation of color #710297: hue angle of 284.7º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710297 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 2 151 -
CMYK 0.25 0.99 0 0.41
HSL 284.7º 0.97% 0.3% -
HSV(B) 284.7º 0.99% 0.59% -
XYZ 12.42 5.79 29.74 -
YUV 52.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 113 2 151 0.25 0.99 0 0.41 284.7 0.97 0.3
Hex 71 2 97 19 63 0 29 11D 61 1E
Octal 161 2 227 31 143 0 51 435 141 36
Binary 1110001 10 10010111 11001 1100011 0 101001 100011101 1100001 11110

Color Harmonies of #710297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710297

Black with #710297

Text Example


Text Example

White with #710297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710297; }

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

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

background-color css

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

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

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

border-color css

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

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

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