Html Css Color HEX #710F7C Purple

📋 copy color: '#710F7C'

red 113 ◦ green 15 ◦ blue 124

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

Shades of Purple #710F7C

Tints of Purple #710F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.95%

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 44.84%
G = 5.95%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#710F7C (or 0x710F7C) is known color: Purple. HEX triplet: 71, 0F and 7C. RGB value is (113,15,124). Sum of RGB (Red+Green+Blue) = 113+15+124=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #710F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F7C is #8EF083. Grayscale: #383838. Windows color (decimal): -9367684 or 8130417. OLE color: 8130417.

HSL color Cylindrical-coordinate representation of color #710F7C: hue angle of 293.94º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710F7C is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 15 124 -
CMYK 0.09 0.88 0 0.51
HSL 293.94º 0.78% 0.27% -
HSV(B) 293.94º 0.88% 0.49% -
XYZ 10.62 5.31 19.53 -
YUV 56.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 113 15 124 0.09 0.88 0 0.51 293.94 0.78 0.27
Hex 71 F 7C 9 58 0 33 126 4E 1B
Octal 161 17 174 11 130 0 63 446 116 33
Binary 1110001 1111 1111100 1001 1011000 0 110011 100100110 1001110 11011

Color Harmonies of #710F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F7C

Black with #710F7C

Text Example


Text Example

White with #710F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,15,124); }

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

background-color css

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

 a { background-color: rgb(113,15,124); }

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

border-color css

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

 span { border-color: rgb(113,15,124); }

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