Html Css Color HEX #71057C Purple

📋 copy color: '#71057C'

red 113 ◦ green 5 ◦ blue 124

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

Shades of Purple #71057C

Tints of Purple #71057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 46.69%
G = 2.07%
B = 51.24%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71057C (or 0x71057C) is known color: Purple. HEX triplet: 71, 05 and 7C. RGB value is (113,5,124). Sum of RGB (Red+Green+Blue) = 113+5+124=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #71057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71057C is #8EFA83. Grayscale: #323232. Windows color (decimal): -9370244 or 8127857. OLE color: 8127857.

HSL color Cylindrical-coordinate representation of color #71057C: hue angle of 294.45º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71057C is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 5 124 -
CMYK 0.09 0.96 0 0.51
HSL 294.45º 0.92% 0.25% -
HSV(B) 294.45º 0.96% 0.49% -
XYZ 10.5 5.07 19.49 -
YUV 50.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 113 5 124 0.09 0.96 0 0.51 294.45 0.92 0.25
Hex 71 5 7C 9 60 0 33 126 5C 19
Octal 161 5 174 11 140 0 63 446 134 31
Binary 1110001 101 1111100 1001 1100000 0 110011 100100110 1011100 11001

Color Harmonies of #71057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71057C

Black with #71057C

Text Example


Text Example

White with #71057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,5,124); }

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

background-color css

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

 a { background-color: rgb(113,5,124); }

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

border-color css

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

 span { border-color: rgb(113,5,124); }

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