Html Css Color HEX #71037A Purple

📋 copy color: '#71037A'

red 113 ◦ green 3 ◦ blue 122

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

Shades of Purple #71037A

Tints of Purple #71037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 47.48%
G = 1.26%
B = 51.26%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71037A (or 0x71037A) is known color: Purple. HEX triplet: 71, 03 and 7A. RGB value is (113,3,122). Sum of RGB (Red+Green+Blue) = 113+3+122=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #71037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71037A is #8EFC85. Grayscale: #313131. Windows color (decimal): -9370758 or 7996273. OLE color: 7996273.

HSL color Cylindrical-coordinate representation of color #71037A: hue angle of 295.46º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71037A is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 3 122 -
CMYK 0.07 0.98 0 0.52
HSL 295.46º 0.95% 0.25% -
HSV(B) 295.46º 0.98% 0.48% -
XYZ 10.36 4.98 18.83 -
YUV 49.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 113 3 122 0.07 0.98 0 0.52 295.46 0.95 0.25
Hex 71 3 7A 7 62 0 34 127 5F 19
Octal 161 3 172 7 142 0 64 447 137 31
Binary 1110001 11 1111010 111 1100010 0 110100 100100111 1011111 11001

Color Harmonies of #71037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71037A

Black with #71037A

Text Example


Text Example

White with #71037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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