Html Css Color HEX #71036C Purple

📋 copy color: '#71036C'

red 113 ◦ green 3 ◦ blue 108

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

Shades of Purple #71036C

Tints of Purple #71036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 50.45%
G = 1.34%
B = 48.21%

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

#71036C (or 0x71036C) is known color: Purple. HEX triplet: 71, 03 and 6C. RGB value is (113,3,108). Sum of RGB (Red+Green+Blue) = 113+3+108=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71036C is #8EFC93. Grayscale: #2F2F2F. Windows color (decimal): -9370772 or 7078769. OLE color: 7078769.

HSL color Cylindrical-coordinate representation of color #71036C: hue angle of 302.73º 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 #71036C is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 108 -
CMYK 0 0.97 0.04 0.56
HSL 302.73º 0.95% 0.23% -
HSV(B) 302.73º 0.97% 0.44% -
XYZ 9.55 4.66 14.58 -
YUV 47.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 113 3 108 0 0.97 0.04 0.56 302.73 0.95 0.23
Hex 71 3 6C 0 61 4 38 12F 5F 17
Octal 161 3 154 0 141 4 70 457 137 27
Binary 1110001 11 1101100 0 1100001 100 111000 100101111 1011111 10111

Color Harmonies of #71036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71036C

Black with #71036C

Text Example


Text Example

White with #71036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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