Html Css Color HEX #810072 Purple

📋 copy color: '#810072'

red 129 ◦ green 0 ◦ blue 114

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

Shades of Purple #810072

Tints of Purple #810072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 53.09%
G = 0%
B = 46.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#810072 (or 0x810072) is known color: Purple. HEX triplet: 81, 00 and 72. RGB value is (129,0,114). Sum of RGB (Red+Green+Blue) = 129+0+114=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #810072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810072 is #7EFF8D. Grayscale: #333333. Windows color (decimal): -8322958 or 7471233. OLE color: 7471233.

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

Color convert

RGB 129 0 114 -
CMYK 0 1 0.12 0.49
HSL 306.98º 1% 0.25% -
HSV(B) 306.98º 1% 0.51% -
XYZ 12.09 5.88 16.42 -
YUV 51.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 129 0 114 0 1 0.12 0.49 306.98 1 0.25
Hex 81 0 72 0 64 C 31 133 64 19
Octal 201 0 162 0 144 14 61 463 144 31
Binary 10000001 0 1110010 0 1100100 1100 110001 100110011 1100100 11001

Color Harmonies of #810072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810072

Black with #810072

Text Example


Text Example

White with #810072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810072; }

 p { color: rgb(129,0,114); }

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

background-color css

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

 a { background-color: rgb(129,0,114); }

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

border-color css

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

 span { border-color: rgb(129,0,114); }

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