Html Css Color HEX #710373 Purple

📋 copy color: '#710373'

red 113 ◦ green 3 ◦ blue 115

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

Shades of Purple #710373

Tints of Purple #710373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 48.92%
G = 1.3%
B = 49.78%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#710373 (or 0x710373) is known color: Purple. HEX triplet: 71, 03 and 73. RGB value is (113,3,115). Sum of RGB (Red+Green+Blue) = 113+3+115=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #710373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710373 is #8EFC8C. Grayscale: #303030. Windows color (decimal): -9370765 or 7537521. OLE color: 7537521.

HSL color Cylindrical-coordinate representation of color #710373: hue angle of 298.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710373 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 3 115 -
CMYK 0.02 0.97 0 0.55
HSL 298.93º 0.95% 0.23% -
HSV(B) 298.93º 0.97% 0.45% -
XYZ 9.94 4.81 16.63 -
YUV 48.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 113 3 115 0.02 0.97 0 0.55 298.93 0.95 0.23
Hex 71 3 73 2 61 0 37 12B 5F 17
Octal 161 3 163 2 141 0 67 453 137 27
Binary 1110001 11 1110011 10 1100001 0 110111 100101011 1011111 10111

Color Harmonies of #710373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710373

Black with #710373

Text Example


Text Example

White with #710373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710373; }

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

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

background-color css

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

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

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

border-color css

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

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

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