Html Css Color HEX #71036A Purple

📋 copy color: '#71036A'

red 113 ◦ green 3 ◦ blue 106

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

Shades of Purple #71036A

Tints of Purple #71036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.75%

R = 50.9%
G = 1.35%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71036A (or 0x71036A) is known color: Purple. HEX triplet: 71, 03 and 6A. RGB value is (113,3,106). Sum of RGB (Red+Green+Blue) = 113+3+106=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71036A is #8EFC95. Grayscale: #2F2F2F. Windows color (decimal): -9370774 or 6947697. OLE color: 6947697.

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

Color convert

RGB 113 3 106 -
CMYK 0 0.97 0.06 0.56
HSL 303.82º 0.95% 0.23% -
HSV(B) 303.82º 0.97% 0.44% -
XYZ 9.44 4.62 14.03 -
YUV 47.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 113 3 106 0 0.97 0.06 0.56 303.82 0.95 0.23
Hex 71 3 6A 0 61 6 38 130 5F 17
Octal 161 3 152 0 141 6 70 460 137 27
Binary 1110001 11 1101010 0 1100001 110 111000 100110000 1011111 10111

Color Harmonies of #71036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71036A

Black with #71036A

Text Example


Text Example

White with #71036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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