Html Css Color HEX #71098A Purple

📋 copy color: '#71098A'

red 113 ◦ green 9 ◦ blue 138

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

Shades of Purple #71098A

Tints of Purple #71098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.08%

R = 43.46%
G = 3.46%
B = 53.08%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71098A (or 0x71098A) is known color: Purple. HEX triplet: 71, 09 and 8A. RGB value is (113,9,138). Sum of RGB (Red+Green+Blue) = 113+9+138=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #71098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71098A is #8EF675. Grayscale: #363636. Windows color (decimal): -9369206 or 9046385. OLE color: 9046385.

HSL color Cylindrical-coordinate representation of color #71098A: hue angle of 288.37º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71098A is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 9 138 -
CMYK 0.18 0.93 0 0.46
HSL 288.37º 0.88% 0.29% -
HSV(B) 288.37º 0.93% 0.54% -
XYZ 11.5 5.54 24.51 -
YUV 54.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 113 9 138 0.18 0.93 0 0.46 288.37 0.88 0.29
Hex 71 9 8A 12 5D 0 2E 120 58 1D
Octal 161 11 212 22 135 0 56 440 130 35
Binary 1110001 1001 10001010 10010 1011101 0 101110 100100000 1011000 11101

Color Harmonies of #71098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71098A

Black with #71098A

Text Example


Text Example

White with #71098A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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