Html Css Color HEX #812474 Dark Purple

📋 copy color: '#812474'

red 129 ◦ green 36 ◦ blue 116

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

Shades of Dark Purple #812474

Tints of Dark Purple #812474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 45.91%
G = 12.81%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#812474 (or 0x812474) is known color: Dark Purple. HEX triplet: 81, 24 and 74. RGB value is (129,36,116). Sum of RGB (Red+Green+Blue) = 129+36+116=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #812474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812474 is #7EDB8B. Grayscale: #484848. Windows color (decimal): -8313740 or 7611521. OLE color: 7611521.

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

Color convert

RGB 129 36 116 -
CMYK 0 0.72 0.10 0.49
HSL 308.39º 0.56% 0.32% -
HSV(B) 308.39º 0.72% 0.51% -
XYZ 12.84 7.19 17.23 -
YUV 72.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 129 36 116 0 0.72 0.10 0.49 308.39 0.56 0.32
Hex 81 24 74 0 48 A 31 134 38 20
Octal 201 44 164 0 110 12 61 464 70 40
Binary 10000001 100100 1110100 0 1001000 1010 110001 100110100 111000 100000

Color Harmonies of #812474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812474

Black with #812474

Text Example


Text Example

White with #812474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812474; }

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

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

background-color css

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

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

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

border-color css

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

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

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