Html Css Color HEX #710190 Purple

📋 copy color: '#710190'

red 113 ◦ green 1 ◦ blue 144

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

Shades of Purple #710190

Tints of Purple #710190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 144 (56.64% from 255) = 55.81%

R = 43.8%
G = 0.39%
B = 55.81%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#710190 (or 0x710190) is known color: Purple. HEX triplet: 71, 01 and 90. RGB value is (113,1,144). Sum of RGB (Red+Green+Blue) = 113+1+144=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #710190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710190 is #8EFE6F. Grayscale: #323232. Windows color (decimal): -9371248 or 9437553. OLE color: 9437553.

HSL color Cylindrical-coordinate representation of color #710190: hue angle of 286.99º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710190 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 1 144 -
CMYK 0.22 0.99 0 0.44
HSL 286.99º 0.99% 0.28% -
HSV(B) 286.99º 0.99% 0.56% -
XYZ 11.85 5.55 26.83 -
YUV 50.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 113 1 144 0.22 0.99 0 0.44 286.99 0.99 0.28
Hex 71 1 90 16 63 0 2C 11F 63 1C
Octal 161 1 220 26 143 0 54 437 143 34
Binary 1110001 1 10010000 10110 1100011 0 101100 100011111 1100011 11100

Color Harmonies of #710190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710190

Black with #710190

Text Example


Text Example

White with #710190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710190; }

 p { color: rgb(113,1,144); }

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

background-color css

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

 a { background-color: rgb(113,1,144); }

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

border-color css

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

 span { border-color: rgb(113,1,144); }

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