Html Css Color HEX #810078 Purple

📋 copy color: '#810078'

red 129 ◦ green 0 ◦ blue 120

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

Shades of Purple #810078

Tints of Purple #810078

RGB

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

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

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

R = 51.81%
G = 0%
B = 48.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#810078 (or 0x810078) is known color: Purple. HEX triplet: 81, 00 and 78. RGB value is (129,0,120). Sum of RGB (Red+Green+Blue) = 129+0+120=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #810078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810078 is #7EFF87. Grayscale: #333333. Windows color (decimal): -8322952 or 7864449. OLE color: 7864449.

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

Color convert

RGB 129 0 120 -
CMYK 0 1 0.07 0.49
HSL 304.19º 1% 0.25% -
HSV(B) 304.19º 1% 0.51% -
XYZ 12.44 6.02 18.28 -
YUV 52.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 129 0 120 0 1 0.07 0.49 304.19 1 0.25
Hex 81 0 78 0 64 7 31 130 64 19
Octal 201 0 170 0 144 7 61 460 144 31
Binary 10000001 0 1111000 0 1100100 111 110001 100110000 1100100 11001

Color Harmonies of #810078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810078

Black with #810078

Text Example


Text Example

White with #810078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810078; }

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

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

background-color css

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

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

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

border-color css

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

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

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