Html Css Color HEX #810474 Purple

📋 copy color: '#810474'

red 129 ◦ green 4 ◦ blue 116

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

Shades of Purple #810474

Tints of Purple #810474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 51.81%
G = 1.61%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#810474 (or 0x810474) is known color: Purple. HEX triplet: 81, 04 and 74. RGB value is (129,4,116). Sum of RGB (Red+Green+Blue) = 129+4+116=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #810474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810474 is #7EFB8B. Grayscale: #353535. Windows color (decimal): -8321932 or 7603329. OLE color: 7603329.

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

Color convert

RGB 129 4 116 -
CMYK 0 0.97 0.10 0.49
HSL 306.24º 0.94% 0.26% -
HSV(B) 306.24º 0.97% 0.51% -
XYZ 12.25 6.01 17.04 -
YUV 54.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 129 4 116 0 0.97 0.10 0.49 306.24 0.94 0.26
Hex 81 4 74 0 61 A 31 132 5E 1A
Octal 201 4 164 0 141 12 61 462 136 32
Binary 10000001 100 1110100 0 1100001 1010 110001 100110010 1011110 11010

Color Harmonies of #810474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810474

Black with #810474

Text Example


Text Example

White with #810474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810474; }

 p { color: rgb(129,4,116); }

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

background-color css

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

 a { background-color: rgb(129,4,116); }

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

border-color css

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

 span { border-color: rgb(129,4,116); }

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