Html Css Color HEX #810671 Purple

📋 copy color: '#810671'

red 129 ◦ green 6 ◦ blue 113

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

Shades of Purple #810671

Tints of Purple #810671

RGB

 RED value IS 129 (50.78% from 255) = 52.02%

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

 BLUE value IS 113 (44.53% from 255) = 45.56%

R = 52.02%
G = 2.42%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#810671 (or 0x810671) is known color: Purple. HEX triplet: 81, 06 and 71. RGB value is (129,6,113). Sum of RGB (Red+Green+Blue) = 129+6+113=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #810671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810671 is #7EF98E. Grayscale: #363636. Windows color (decimal): -8321423 or 7407233. OLE color: 7407233.

HSL color Cylindrical-coordinate representation of color #810671: hue angle of 307.8º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810671 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 6 113 -
CMYK 0 0.95 0.12 0.49
HSL 307.8º 0.91% 0.26% -
HSV(B) 307.8º 0.95% 0.51% -
XYZ 12.1 5.99 16.14 -
YUV 54.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 129 6 113 0 0.95 0.12 0.49 307.8 0.91 0.26
Hex 81 6 71 0 5F C 31 134 5B 1A
Octal 201 6 161 0 137 14 61 464 133 32
Binary 10000001 110 1110001 0 1011111 1100 110001 100110100 1011011 11010

Color Harmonies of #810671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810671

Black with #810671

Text Example


Text Example

White with #810671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810671; }

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

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

background-color css

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

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

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

border-color css

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

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

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