Html Css Color HEX #810278 Purple

📋 copy color: '#810278'

red 129 ◦ green 2 ◦ blue 120

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

Shades of Purple #810278

Tints of Purple #810278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.81%

R = 51.39%
G = 0.8%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#810278 (or 0x810278) is known color: Purple. HEX triplet: 81, 02 and 78. RGB value is (129,2,120). Sum of RGB (Red+Green+Blue) = 129+2+120=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #810278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810278 is #7EFD87. Grayscale: #353535. Windows color (decimal): -8322440 or 7864961. OLE color: 7864961.

HSL color Cylindrical-coordinate representation of color #810278: hue angle of 304.25º 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 #810278 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 2 120 -
CMYK 0 0.98 0.07 0.49
HSL 304.25º 0.97% 0.26% -
HSV(B) 304.25º 0.98% 0.51% -
XYZ 12.47 6.07 18.28 -
YUV 53.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 129 2 120 0 0.98 0.07 0.49 304.25 0.97 0.26
Hex 81 2 78 0 62 7 31 130 61 1A
Octal 201 2 170 0 142 7 61 460 141 32
Binary 10000001 10 1111000 0 1100010 111 110001 100110000 1100001 11010

Color Harmonies of #810278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810278

Black with #810278

Text Example


Text Example

White with #810278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810278; }

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

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

background-color css

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

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

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

border-color css

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

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

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