Html Css Color HEX #710185 Purple

📋 copy color: '#710185'

red 113 ◦ green 1 ◦ blue 133

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

Shades of Purple #710185

Tints of Purple #710185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 45.75%
G = 0.4%
B = 53.85%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#710185 (or 0x710185) is known color: Purple. HEX triplet: 71, 01 and 85. RGB value is (113,1,133). Sum of RGB (Red+Green+Blue) = 113+1+133=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #710185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710185 is #8EFE7A. Grayscale: #313131. Windows color (decimal): -9371259 or 8716657. OLE color: 8716657.

HSL color Cylindrical-coordinate representation of color #710185: hue angle of 290.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710185 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 1 133 -
CMYK 0.15 0.99 0 0.48
HSL 290.91º 0.99% 0.26% -
HSV(B) 290.91º 0.99% 0.52% -
XYZ 11.05 5.23 22.62 -
YUV 49.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 113 1 133 0.15 0.99 0 0.48 290.91 0.99 0.26
Hex 71 1 85 F 63 0 30 123 63 1A
Octal 161 1 205 17 143 0 60 443 143 32
Binary 1110001 1 10000101 1111 1100011 0 110000 100100011 1100011 11010

Color Harmonies of #710185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710185

Black with #710185

Text Example


Text Example

White with #710185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710185; }

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

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

background-color css

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

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

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

border-color css

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

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

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