Html Css Color HEX #81127B Dark Purple

📋 copy color: '#81127B'

red 129 ◦ green 18 ◦ blue 123

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

Shades of Dark Purple #81127B

Tints of Dark Purple #81127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 47.78%
G = 6.67%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81127B (or 0x81127B) is known color: Dark Purple. HEX triplet: 81, 12 and 7B. RGB value is (129,18,123). Sum of RGB (Red+Green+Blue) = 129+18+123=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #81127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81127B is #7EED84. Grayscale: #3E3E3E. Windows color (decimal): -8318341 or 8065665. OLE color: 8065665.

HSL color Cylindrical-coordinate representation of color #81127B: hue angle of 303.24º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81127B is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 123 -
CMYK 0 0.86 0.05 0.49
HSL 303.24º 0.76% 0.29% -
HSV(B) 303.24º 0.86% 0.51% -
XYZ 12.84 6.53 19.32 -
YUV 63.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 129 18 123 0 0.86 0.05 0.49 303.24 0.76 0.29
Hex 81 12 7B 0 56 5 31 12F 4C 1D
Octal 201 22 173 0 126 5 61 457 114 35
Binary 10000001 10010 1111011 0 1010110 101 110001 100101111 1001100 11101

Color Harmonies of #81127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81127B

Black with #81127B

Text Example


Text Example

White with #81127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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