Html Css Color HEX #81256F Dark Purple

📋 copy color: '#81256F'

red 129 ◦ green 37 ◦ blue 111

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

Shades of Dark Purple #81256F

Tints of Dark Purple #81256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 46.57%
G = 13.36%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81256F (or 0x81256F) is known color: Dark Purple. HEX triplet: 81, 25 and 6F. RGB value is (129,37,111). Sum of RGB (Red+Green+Blue) = 129+37+111=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81256F is #7EDA90. Grayscale: #484848. Windows color (decimal): -8313489 or 7284097. OLE color: 7284097.

HSL color Cylindrical-coordinate representation of color #81256F: hue angle of 311.74º 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 #81256F is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 37 111 -
CMYK 0 0.71 0.14 0.49
HSL 311.74º 0.55% 0.33% -
HSV(B) 311.74º 0.71% 0.51% -
XYZ 12.58 7.14 15.75 -
YUV 72.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 129 37 111 0 0.71 0.14 0.49 311.74 0.55 0.33
Hex 81 25 6F 0 47 E 31 138 37 21
Octal 201 45 157 0 107 16 61 470 67 41
Binary 10000001 100101 1101111 0 1000111 1110 110001 100111000 110111 100001

Color Harmonies of #81256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81256F

Black with #81256F

Text Example


Text Example

White with #81256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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