Html Css Color HEX #812F7C Dark Purple

📋 copy color: '#812F7C'

red 129 ◦ green 47 ◦ blue 124

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

Shades of Dark Purple #812F7C

Tints of Dark Purple #812F7C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.67%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 43%
G = 15.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#812F7C (or 0x812F7C) is known color: Dark Purple. HEX triplet: 81, 2F and 7C. RGB value is (129,47,124). Sum of RGB (Red+Green+Blue) = 129+47+124=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #812F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812F7C is #7ED083. Grayscale: #505050. Windows color (decimal): -8310916 or 8138625. OLE color: 8138625.

HSL color Cylindrical-coordinate representation of color #812F7C: hue angle of 303.66º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812F7C is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 47 124 -
CMYK 0 0.64 0.04 0.49
HSL 303.66º 0.47% 0.35% -
HSV(B) 303.66º 0.64% 0.51% -
XYZ 13.71 8.16 19.92 -
YUV 80.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 129 47 124 0 0.64 0.04 0.49 303.66 0.47 0.35
Hex 81 2F 7C 0 40 4 31 130 2F 23
Octal 201 57 174 0 100 4 61 460 57 43
Binary 10000001 101111 1111100 0 1000000 100 110001 100110000 101111 100011

Color Harmonies of #812F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812F7C

Black with #812F7C

Text Example


Text Example

White with #812F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812F7C; }

 p { color: rgb(129,47,124); }

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

background-color css

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

 a { background-color: rgb(129,47,124); }

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

border-color css

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

 span { border-color: rgb(129,47,124); }

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