Html Css Color HEX #71036D Purple

📋 copy color: '#71036D'

red 113 ◦ green 3 ◦ blue 109

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

Shades of Purple #71036D

Tints of Purple #71036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.44%

R = 50.22%
G = 1.33%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71036D (or 0x71036D) is known color: Purple. HEX triplet: 71, 03 and 6D. RGB value is (113,3,109). Sum of RGB (Red+Green+Blue) = 113+3+109=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71036D is #8EFC92. Grayscale: #2F2F2F. Windows color (decimal): -9370771 or 7144305. OLE color: 7144305.

HSL color Cylindrical-coordinate representation of color #71036D: hue angle of 302.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71036D is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 109 -
CMYK 0 0.97 0.04 0.56
HSL 302.18º 0.95% 0.23% -
HSV(B) 302.18º 0.97% 0.44% -
XYZ 9.6 4.68 14.87 -
YUV 47.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 113 3 109 0 0.97 0.04 0.56 302.18 0.95 0.23
Hex 71 3 6D 0 61 4 38 12E 5F 17
Octal 161 3 155 0 141 4 70 456 137 27
Binary 1110001 11 1101101 0 1100001 100 111000 100101110 1011111 10111

Color Harmonies of #71036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71036D

Black with #71036D

Text Example


Text Example

White with #71036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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