Html Css Color HEX #81227D Dark Purple

📋 copy color: '#81227D'

red 129 ◦ green 34 ◦ blue 125

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

Shades of Dark Purple #81227D

Tints of Dark Purple #81227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

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

R = 44.79%
G = 11.81%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81227D (or 0x81227D) is known color: Dark Purple. HEX triplet: 81, 22 and 7D. RGB value is (129,34,125). Sum of RGB (Red+Green+Blue) = 129+34+125=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #81227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81227D is #7EDD82. Grayscale: #484848. Windows color (decimal): -8314243 or 8200833. OLE color: 8200833.

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

Color convert

RGB 129 34 125 -
CMYK 0 0.74 0.03 0.49
HSL 302.53º 0.58% 0.32% -
HSV(B) 302.53º 0.74% 0.51% -
XYZ 13.33 7.29 20.11 -
YUV 72.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 129 34 125 0 0.74 0.03 0.49 302.53 0.58 0.32
Hex 81 22 7D 0 4A 3 31 12F 3A 20
Octal 201 42 175 0 112 3 61 457 72 40
Binary 10000001 100010 1111101 0 1001010 11 110001 100101111 111010 100000

Color Harmonies of #81227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81227D

Black with #81227D

Text Example


Text Example

White with #81227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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