Html Css Color HEX #81217C Dark Purple

📋 copy color: '#81217C'

red 129 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #81217C

Tints of Dark Purple #81217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

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

R = 45.1%
G = 11.54%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81217C (or 0x81217C) is known color: Dark Purple. HEX triplet: 81, 21 and 7C. RGB value is (129,33,124). Sum of RGB (Red+Green+Blue) = 129+33+124=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #81217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81217C is #7EDE83. Grayscale: #474747. Windows color (decimal): -8314500 or 8135041. OLE color: 8135041.

HSL color Cylindrical-coordinate representation of color #81217C: hue angle of 303.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81217C is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 33 124 -
CMYK 0 0.74 0.04 0.49
HSL 303.13º 0.59% 0.32% -
HSV(B) 303.13º 0.74% 0.51% -
XYZ 13.24 7.21 19.76 -
YUV 72.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 129 33 124 0 0.74 0.04 0.49 303.13 0.59 0.32
Hex 81 21 7C 0 4A 4 31 12F 3B 20
Octal 201 41 174 0 112 4 61 457 73 40
Binary 10000001 100001 1111100 0 1001010 100 110001 100101111 111011 100000

Color Harmonies of #81217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81217C

Black with #81217C

Text Example


Text Example

White with #81217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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