Html Css Color HEX #81256C Dark Purple

📋 copy color: '#81256C'

red 129 ◦ green 37 ◦ blue 108

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

Shades of Dark Purple #81256C

Tints of Dark Purple #81256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 47.08%
G = 13.5%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81256C (or 0x81256C) is known color: Dark Purple. HEX triplet: 81, 25 and 6C. RGB value is (129,37,108). Sum of RGB (Red+Green+Blue) = 129+37+108=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81256C is #7EDA93. Grayscale: #484848. Windows color (decimal): -8313492 or 7087489. OLE color: 7087489.

HSL color Cylindrical-coordinate representation of color #81256C: hue angle of 313.7º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81256C is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 37 108 -
CMYK 0 0.71 0.16 0.49
HSL 313.7º 0.55% 0.33% -
HSV(B) 313.7º 0.71% 0.51% -
XYZ 12.42 7.07 14.9 -
YUV 72.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 129 37 108 0 0.71 0.16 0.49 313.7 0.55 0.33
Hex 81 25 6C 0 47 10 31 13A 37 21
Octal 201 45 154 0 107 20 61 472 67 41
Binary 10000001 100101 1101100 0 1000111 10000 110001 100111010 110111 100001

Color Harmonies of #81256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81256C

Black with #81256C

Text Example


Text Example

White with #81256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,37,108); }

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

background-color css

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

 a { background-color: rgb(129,37,108); }

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

border-color css

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

 span { border-color: rgb(129,37,108); }

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