Html Css Color HEX #71078D Purple

📋 copy color: '#71078D'

red 113 ◦ green 7 ◦ blue 141

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

Shades of Purple #71078D

Tints of Purple #71078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

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

R = 43.3%
G = 2.68%
B = 54.02%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71078D (or 0x71078D) is known color: Purple. HEX triplet: 71, 07 and 8D. RGB value is (113,7,141). Sum of RGB (Red+Green+Blue) = 113+7+141=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #71078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71078D is #8EF872. Grayscale: #353535. Windows color (decimal): -9369715 or 9242481. OLE color: 9242481.

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

Color convert

RGB 113 7 141 -
CMYK 0.20 0.95 0 0.45
HSL 287.46º 0.91% 0.29% -
HSV(B) 287.46º 0.95% 0.55% -
XYZ 11.69 5.59 25.66 -
YUV 53.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 113 7 141 0.20 0.95 0 0.45 287.46 0.91 0.29
Hex 71 7 8D 14 5F 0 2D 11F 5B 1D
Octal 161 7 215 24 137 0 55 437 133 35
Binary 1110001 111 10001101 10100 1011111 0 101101 100011111 1011011 11101

Color Harmonies of #71078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71078D

Black with #71078D

Text Example


Text Example

White with #71078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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