Html Css Color HEX #71046C Purple

📋 copy color: '#71046C'

red 113 ◦ green 4 ◦ blue 108

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

Shades of Purple #71046C

Tints of Purple #71046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48%

R = 50.22%
G = 1.78%
B = 48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71046C (or 0x71046C) is known color: Purple. HEX triplet: 71, 04 and 6C. RGB value is (113,4,108). Sum of RGB (Red+Green+Blue) = 113+4+108=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71046C is #8EFB93. Grayscale: #303030. Windows color (decimal): -9370516 or 7079025. OLE color: 7079025.

HSL color Cylindrical-coordinate representation of color #71046C: hue angle of 302.75º 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 #71046C is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 108 -
CMYK 0 0.96 0.04 0.56
HSL 302.75º 0.93% 0.23% -
HSV(B) 302.75º 0.96% 0.44% -
XYZ 9.56 4.68 14.59 -
YUV 48.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 113 4 108 0 0.96 0.04 0.56 302.75 0.93 0.23
Hex 71 4 6C 0 60 4 38 12F 5D 17
Octal 161 4 154 0 140 4 70 457 135 27
Binary 1110001 100 1101100 0 1100000 100 111000 100101111 1011101 10111

Color Harmonies of #71046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71046C

Black with #71046C

Text Example


Text Example

White with #71046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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