Html Css Color HEX #71097C Purple

📋 copy color: '#71097C'

red 113 ◦ green 9 ◦ blue 124

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

Shades of Purple #71097C

Tints of Purple #71097C

RGB

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

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

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

R = 45.93%
G = 3.66%
B = 50.41%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71097C (or 0x71097C) is known color: Purple. HEX triplet: 71, 09 and 7C. RGB value is (113,9,124). Sum of RGB (Red+Green+Blue) = 113+9+124=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #71097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71097C is #8EF683. Grayscale: #343434. Windows color (decimal): -9369220 or 8128881. OLE color: 8128881.

HSL color Cylindrical-coordinate representation of color #71097C: hue angle of 294.26º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71097C is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 9 124 -
CMYK 0.09 0.93 0 0.51
HSL 294.26º 0.86% 0.26% -
HSV(B) 294.26º 0.93% 0.49% -
XYZ 10.55 5.16 19.51 -
YUV 53.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 113 9 124 0.09 0.93 0 0.51 294.26 0.86 0.26
Hex 71 9 7C 9 5D 0 33 126 56 1A
Octal 161 11 174 11 135 0 63 446 126 32
Binary 1110001 1001 1111100 1001 1011101 0 110011 100100110 1010110 11010

Color Harmonies of #71097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71097C

Black with #71097C

Text Example


Text Example

White with #71097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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