Html Css Color HEX #810175 Purple

📋 copy color: '#810175'

red 129 ◦ green 1 ◦ blue 117

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

Shades of Purple #810175

Tints of Purple #810175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 117 (46.09% from 255) = 47.37%

R = 52.23%
G = 0.4%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#810175 (or 0x810175) is known color: Purple. HEX triplet: 81, 01 and 75. RGB value is (129,1,117). Sum of RGB (Red+Green+Blue) = 129+1+117=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #810175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810175 is #7EFE8A. Grayscale: #343434. Windows color (decimal): -8322699 or 7668097. OLE color: 7668097.

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

Color convert

RGB 129 1 117 -
CMYK 0 0.99 0.09 0.49
HSL 305.63º 0.98% 0.25% -
HSV(B) 305.63º 0.99% 0.51% -
XYZ 12.28 5.97 17.34 -
YUV 52.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 129 1 117 0 0.99 0.09 0.49 305.63 0.98 0.25
Hex 81 1 75 0 63 9 31 132 62 19
Octal 201 1 165 0 143 11 61 462 142 31
Binary 10000001 1 1110101 0 1100011 1001 110001 100110010 1100010 11001

Color Harmonies of #810175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810175

Black with #810175

Text Example


Text Example

White with #810175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810175; }

 p { color: rgb(129,1,117); }

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

background-color css

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

 a { background-color: rgb(129,1,117); }

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

border-color css

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

 span { border-color: rgb(129,1,117); }

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