Html Css Color HEX #71098D Purple

📋 copy color: '#71098D'

red 113 ◦ green 9 ◦ blue 141

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

Shades of Purple #71098D

Tints of Purple #71098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

 BLUE value IS 141 (55.47% from 255) = 53.61%

R = 42.97%
G = 3.42%
B = 53.61%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71098D (or 0x71098D) is known color: Purple. HEX triplet: 71, 09 and 8D. RGB value is (113,9,141). Sum of RGB (Red+Green+Blue) = 113+9+141=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #71098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71098D is #8EF672. Grayscale: #363636. Windows color (decimal): -9369203 or 9242993. OLE color: 9242993.

HSL color Cylindrical-coordinate representation of color #71098D: hue angle of 287.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71098D is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 9 141 -
CMYK 0.20 0.94 0 0.45
HSL 287.27º 0.88% 0.29% -
HSV(B) 287.27º 0.94% 0.55% -
XYZ 11.72 5.63 25.67 -
YUV 55.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 113 9 141 0.20 0.94 0 0.45 287.27 0.88 0.29
Hex 71 9 8D 14 5E 0 2D 11F 58 1D
Octal 161 11 215 24 136 0 55 437 130 35
Binary 1110001 1001 10001101 10100 1011110 0 101101 100011111 1011000 11101

Color Harmonies of #71098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71098D

Black with #71098D

Text Example


Text Example

White with #71098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71098D; }

 p { color: rgb(113,9,141); }

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

background-color css

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

 a { background-color: rgb(113,9,141); }

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

border-color css

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

 span { border-color: rgb(113,9,141); }

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