Html Css Color HEX #71038D Purple

📋 copy color: '#71038D'

red 113 ◦ green 3 ◦ blue 141

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

Shades of Purple #71038D

Tints of Purple #71038D

RGB

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

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

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

R = 43.97%
G = 1.17%
B = 54.86%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71038D (or 0x71038D) is known color: Purple. HEX triplet: 71, 03 and 8D. RGB value is (113,3,141). Sum of RGB (Red+Green+Blue) = 113+3+141=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #71038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71038D is #8EFC72. Grayscale: #333333. Windows color (decimal): -9370739 or 9241457. OLE color: 9241457.

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

Color convert

RGB 113 3 141 -
CMYK 0.20 0.98 0 0.45
HSL 287.83º 0.96% 0.28% -
HSV(B) 287.83º 0.98% 0.55% -
XYZ 11.65 5.5 25.65 -
YUV 51.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 113 3 141 0.20 0.98 0 0.45 287.83 0.96 0.28
Hex 71 3 8D 14 62 0 2D 120 60 1C
Octal 161 3 215 24 142 0 55 440 140 34
Binary 1110001 11 10001101 10100 1100010 0 101101 100100000 1100000 11100

Color Harmonies of #71038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71038D

Black with #71038D

Text Example


Text Example

White with #71038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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