Html Css Color HEX #810273 Purple

📋 copy color: '#810273'

red 129 ◦ green 2 ◦ blue 115

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

Shades of Purple #810273

Tints of Purple #810273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 52.44%
G = 0.81%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#810273 (or 0x810273) is known color: Purple. HEX triplet: 81, 02 and 73. RGB value is (129,2,115). Sum of RGB (Red+Green+Blue) = 129+2+115=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #810273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810273 is #7EFD8C. Grayscale: #343434. Windows color (decimal): -8322445 or 7537281. OLE color: 7537281.

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

Color convert

RGB 129 2 115 -
CMYK 0 0.98 0.11 0.49
HSL 306.61º 0.97% 0.26% -
HSV(B) 306.61º 0.98% 0.51% -
XYZ 12.17 5.95 16.73 -
YUV 52.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 129 2 115 0 0.98 0.11 0.49 306.61 0.97 0.26
Hex 81 2 73 0 62 B 31 133 61 1A
Octal 201 2 163 0 142 13 61 463 141 32
Binary 10000001 10 1110011 0 1100010 1011 110001 100110011 1100001 11010

Color Harmonies of #810273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810273

Black with #810273

Text Example


Text Example

White with #810273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810273; }

 p { color: rgb(129,2,115); }

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

background-color css

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

 a { background-color: rgb(129,2,115); }

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

border-color css

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

 span { border-color: rgb(129,2,115); }

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