Html Css Color HEX #710D92 Purple

📋 copy color: '#710D92'

red 113 ◦ green 13 ◦ blue 146

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

Shades of Purple #710D92

Tints of Purple #710D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.78%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 41.54%
G = 4.78%
B = 53.68%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710D92 (or 0x710D92) is known color: Purple. HEX triplet: 71, 0D and 92. RGB value is (113,13,146). Sum of RGB (Red+Green+Blue) = 113+13+146=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #710D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710D92 is #8EF26D. Grayscale: #393939. Windows color (decimal): -9368174 or 9571697. OLE color: 9571697.

HSL color Cylindrical-coordinate representation of color #710D92: hue angle of 285.11º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710D92 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 13 146 -
CMYK 0.23 0.91 0 0.43
HSL 285.11º 0.84% 0.31% -
HSV(B) 285.11º 0.91% 0.57% -
XYZ 12.14 5.87 27.69 -
YUV 58.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 113 13 146 0.23 0.91 0 0.43 285.11 0.84 0.31
Hex 71 D 92 17 5B 0 2B 11D 54 1F
Octal 161 15 222 27 133 0 53 435 124 37
Binary 1110001 1101 10010010 10111 1011011 0 101011 100011101 1010100 11111

Color Harmonies of #710D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D92

Black with #710D92

Text Example


Text Example

White with #710D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,146); }

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

background-color css

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

 a { background-color: rgb(113,13,146); }

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

border-color css

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

 span { border-color: rgb(113,13,146); }

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