Html Css Color HEX #710A85 Purple

📋 copy color: '#710A85'

red 113 ◦ green 10 ◦ blue 133

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

Shades of Purple #710A85

Tints of Purple #710A85

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.91%

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

R = 44.14%
G = 3.91%
B = 51.95%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#710A85 (or 0x710A85) is known color: Purple. HEX triplet: 71, 0A and 85. RGB value is (113,10,133). Sum of RGB (Red+Green+Blue) = 113+10+133=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #710A85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710A85 is #8EF57A. Grayscale: #363636. Windows color (decimal): -9368955 or 8718961. OLE color: 8718961.

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

Color convert

RGB 113 10 133 -
CMYK 0.15 0.92 0 0.48
HSL 290.24º 0.86% 0.28% -
HSV(B) 290.24º 0.92% 0.52% -
XYZ 11.15 5.42 22.65 -
YUV 54.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 113 10 133 0.15 0.92 0 0.48 290.24 0.86 0.28
Hex 71 A 85 F 5C 0 30 122 56 1C
Octal 161 12 205 17 134 0 60 442 126 34
Binary 1110001 1010 10000101 1111 1011100 0 110000 100100010 1010110 11100

Color Harmonies of #710A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A85

Black with #710A85

Text Example


Text Example

White with #710A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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