Html Css Color HEX #81267B Dark Purple

📋 copy color: '#81267B'

red 129 ◦ green 38 ◦ blue 123

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

Shades of Dark Purple #81267B

Tints of Dark Purple #81267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

 BLUE value IS 123 (48.44% from 255) = 42.41%

R = 44.48%
G = 13.1%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81267B (or 0x81267B) is known color: Dark Purple. HEX triplet: 81, 26 and 7B. RGB value is (129,38,123). Sum of RGB (Red+Green+Blue) = 129+38+123=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #81267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81267B is #7ED984. Grayscale: #4A4A4A. Windows color (decimal): -8313221 or 8070785. OLE color: 8070785.

HSL color Cylindrical-coordinate representation of color #81267B: hue angle of 303.96º degrees, saturation: 0.54, 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 #81267B is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 38 123 -
CMYK 0 0.71 0.05 0.49
HSL 303.96º 0.54% 0.33% -
HSV(B) 303.96º 0.71% 0.51% -
XYZ 13.32 7.48 19.48 -
YUV 74.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 129 38 123 0 0.71 0.05 0.49 303.96 0.54 0.33
Hex 81 26 7B 0 47 5 31 130 36 21
Octal 201 46 173 0 107 5 61 460 66 41
Binary 10000001 100110 1111011 0 1000111 101 110001 100110000 110110 100001

Color Harmonies of #81267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81267B

Black with #81267B

Text Example


Text Example

White with #81267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81267B; }

 p { color: rgb(129,38,123); }

 H1.HeaderClassName
 {
   color: #81267B;
 }
 .AnyTagClassName
 {
   color: #81267B;
 }
</style>

background-color css

<style>
 a { background-color: #81267B; }

 a { background-color: rgb(129,38,123); }

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

border-color css

<style>
 span { border-color: #81267B; }

 span { border-color: rgb(129,38,123); }

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