Html Css Color HEX #81247D Dark Purple

📋 copy color: '#81247D'

red 129 ◦ green 36 ◦ blue 125

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

Shades of Dark Purple #81247D

Tints of Dark Purple #81247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.1%

R = 44.48%
G = 12.41%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81247D (or 0x81247D) is known color: Dark Purple. HEX triplet: 81, 24 and 7D. RGB value is (129,36,125). Sum of RGB (Red+Green+Blue) = 129+36+125=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #81247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81247D is #7EDB82. Grayscale: #494949. Windows color (decimal): -8313731 or 8201345. OLE color: 8201345.

HSL color Cylindrical-coordinate representation of color #81247D: hue angle of 302.58º 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 #81247D is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 125 -
CMYK 0 0.72 0.03 0.49
HSL 302.58º 0.56% 0.32% -
HSV(B) 302.58º 0.72% 0.51% -
XYZ 13.39 7.41 20.13 -
YUV 73.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 129 36 125 0 0.72 0.03 0.49 302.58 0.56 0.32
Hex 81 24 7D 0 48 3 31 12F 38 20
Octal 201 44 175 0 110 3 61 457 70 40
Binary 10000001 100100 1111101 0 1001000 11 110001 100101111 111000 100000

Color Harmonies of #81247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81247D

Black with #81247D

Text Example


Text Example

White with #81247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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