Html Css Color HEX #71066D Purple

📋 copy color: '#71066D'

red 113 ◦ green 6 ◦ blue 109

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

Shades of Purple #71066D

Tints of Purple #71066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.63%

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 49.56%
G = 2.63%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71066D (or 0x71066D) is known color: Purple. HEX triplet: 71, 06 and 6D. RGB value is (113,6,109). Sum of RGB (Red+Green+Blue) = 113+6+109=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71066D is #8EF992. Grayscale: #313131. Windows color (decimal): -9370003 or 7145073. OLE color: 7145073.

HSL color Cylindrical-coordinate representation of color #71066D: hue angle of 302.24º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71066D is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 109 -
CMYK 0 0.95 0.04 0.56
HSL 302.24º 0.9% 0.23% -
HSV(B) 302.24º 0.95% 0.44% -
XYZ 9.64 4.75 14.88 -
YUV 49.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 113 6 109 0 0.95 0.04 0.56 302.24 0.9 0.23
Hex 71 6 6D 0 5F 4 38 12E 5A 17
Octal 161 6 155 0 137 4 70 456 132 27
Binary 1110001 110 1101101 0 1011111 100 111000 100101110 1011010 10111

Color Harmonies of #71066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71066D

Black with #71066D

Text Example


Text Example

White with #71066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71066D; }

 p { color: rgb(113,6,109); }

 H1.HeaderClassName
 {
   color: #71066D;
 }
 .AnyTagClassName
 {
   color: #71066D;
 }
</style>

background-color css

<style>
 a { background-color: #71066D; }

 a { background-color: rgb(113,6,109); }

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

border-color css

<style>
 span { border-color: #71066D; }

 span { border-color: rgb(113,6,109); }

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