Html Css Color HEX #71046E Purple

📋 copy color: '#71046E'

red 113 ◦ green 4 ◦ blue 110

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

Shades of Purple #71046E

Tints of Purple #71046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 49.78%
G = 1.76%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71046E (or 0x71046E) is known color: Purple. HEX triplet: 71, 04 and 6E. RGB value is (113,4,110). Sum of RGB (Red+Green+Blue) = 113+4+110=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71046E is #8EFB91. Grayscale: #303030. Windows color (decimal): -9370514 or 7210097. OLE color: 7210097.

HSL color Cylindrical-coordinate representation of color #71046E: hue angle of 301.65º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71046E is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 110 -
CMYK 0 0.96 0.03 0.56
HSL 301.65º 0.93% 0.23% -
HSV(B) 301.65º 0.96% 0.44% -
XYZ 9.67 4.72 15.15 -
YUV 48.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 113 4 110 0 0.96 0.03 0.56 301.65 0.93 0.23
Hex 71 4 6E 0 60 3 38 12E 5D 17
Octal 161 4 156 0 140 3 70 456 135 27
Binary 1110001 100 1101110 0 1100000 11 111000 100101110 1011101 10111

Color Harmonies of #71046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71046E

Black with #71046E

Text Example


Text Example

White with #71046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71046E; }

 p { color: rgb(113,4,110); }

 H1.HeaderClassName
 {
   color: #71046E;
 }
 .AnyTagClassName
 {
   color: #71046E;
 }
</style>

background-color css

<style>
 a { background-color: #71046E; }

 a { background-color: rgb(113,4,110); }

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

border-color css

<style>
 span { border-color: #71046E; }

 span { border-color: rgb(113,4,110); }

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