Html Css Color HEX #710370 Purple

📋 copy color: '#710370'

red 113 ◦ green 3 ◦ blue 112

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

Shades of Purple #710370

Tints of Purple #710370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.12%

R = 49.56%
G = 1.32%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#710370 (or 0x710370) is known color: Purple. HEX triplet: 71, 03 and 70. RGB value is (113,3,112). Sum of RGB (Red+Green+Blue) = 113+3+112=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #710370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710370 is #8EFC8F. Grayscale: #2F2F2F. Windows color (decimal): -9370768 or 7340913. OLE color: 7340913.

HSL color Cylindrical-coordinate representation of color #710370: hue angle of 300.55º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710370 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 112 -
CMYK 0 0.97 0.01 0.56
HSL 300.55º 0.95% 0.23% -
HSV(B) 300.55º 0.97% 0.44% -
XYZ 9.77 4.75 15.73 -
YUV 48.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 113 3 112 0 0.97 0.01 0.56 300.55 0.95 0.23
Hex 71 3 70 0 61 1 38 12D 5F 17
Octal 161 3 160 0 141 1 70 455 137 27
Binary 1110001 11 1110000 0 1100001 1 111000 100101101 1011111 10111

Color Harmonies of #710370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710370

Black with #710370

Text Example


Text Example

White with #710370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710370; }

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

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

background-color css

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

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

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

border-color css

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

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

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