Html Css Color HEX #71036B Purple

📋 copy color: '#71036B'

red 113 ◦ green 3 ◦ blue 107

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

Shades of Purple #71036B

Tints of Purple #71036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.98%

R = 50.67%
G = 1.35%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71036B (or 0x71036B) is known color: Purple. HEX triplet: 71, 03 and 6B. RGB value is (113,3,107). Sum of RGB (Red+Green+Blue) = 113+3+107=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71036B is #8EFC94. Grayscale: #2F2F2F. Windows color (decimal): -9370773 or 7013233. OLE color: 7013233.

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

Color convert

RGB 113 3 107 -
CMYK 0 0.97 0.05 0.56
HSL 303.27º 0.95% 0.23% -
HSV(B) 303.27º 0.97% 0.44% -
XYZ 9.5 4.64 14.3 -
YUV 47.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 113 3 107 0 0.97 0.05 0.56 303.27 0.95 0.23
Hex 71 3 6B 0 61 5 38 12F 5F 17
Octal 161 3 153 0 141 5 70 457 137 27
Binary 1110001 11 1101011 0 1100001 101 111000 100101111 1011111 10111

Color Harmonies of #71036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71036B

Black with #71036B

Text Example


Text Example

White with #71036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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