Html Css Color HEX #710397 Purple

📋 copy color: '#710397'

red 113 ◦ green 3 ◦ blue 151

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

Shades of Purple #710397

Tints of Purple #710397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 42.32%
G = 1.12%
B = 56.55%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#710397 (or 0x710397) is known color: Purple. HEX triplet: 71, 03 and 97. RGB value is (113,3,151). Sum of RGB (Red+Green+Blue) = 113+3+151=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #710397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710397 is #8EFC68. Grayscale: #343434. Windows color (decimal): -9370729 or 9896817. OLE color: 9896817.

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

Color convert

RGB 113 3 151 -
CMYK 0.25 0.98 0 0.41
HSL 284.59º 0.96% 0.3% -
HSV(B) 284.59º 0.98% 0.59% -
XYZ 12.43 5.81 29.74 -
YUV 52.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 113 3 151 0.25 0.98 0 0.41 284.59 0.96 0.3
Hex 71 3 97 19 62 0 29 11D 60 1E
Octal 161 3 227 31 142 0 51 435 140 36
Binary 1110001 11 10010111 11001 1100010 0 101001 100011101 1100000 11110

Color Harmonies of #710397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710397

Black with #710397

Text Example


Text Example

White with #710397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710397; }

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

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

background-color css

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

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

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

border-color css

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

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

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