Html Css Color HEX #710376 Purple

📋 copy color: '#710376'

red 113 ◦ green 3 ◦ blue 118

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

Shades of Purple #710376

Tints of Purple #710376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 48.29%
G = 1.28%
B = 50.43%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710376 (or 0x710376) is known color: Purple. HEX triplet: 71, 03 and 76. RGB value is (113,3,118). Sum of RGB (Red+Green+Blue) = 113+3+118=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #710376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710376 is #8EFC89. Grayscale: #303030. Windows color (decimal): -9370762 or 7734129. OLE color: 7734129.

HSL color Cylindrical-coordinate representation of color #710376: hue angle of 297.39º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710376 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 3 118 -
CMYK 0.04 0.97 0 0.54
HSL 297.39º 0.95% 0.24% -
HSV(B) 297.39º 0.97% 0.46% -
XYZ 10.11 4.88 17.55 -
YUV 49 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 113 3 118 0.04 0.97 0 0.54 297.39 0.95 0.24
Hex 71 3 76 4 61 0 36 129 5F 18
Octal 161 3 166 4 141 0 66 451 137 30
Binary 1110001 11 1110110 100 1100001 0 110110 100101001 1011111 11000

Color Harmonies of #710376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710376

Black with #710376

Text Example


Text Example

White with #710376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710376; }

 p { color: rgb(113,3,118); }

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

background-color css

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

 a { background-color: rgb(113,3,118); }

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

border-color css

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

 span { border-color: rgb(113,3,118); }

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