Html Css Color HEX #812467 Dark Purple

📋 copy color: '#812467'

red 129 ◦ green 36 ◦ blue 103

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

Shades of Dark Purple #812467

Tints of Dark Purple #812467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 48.13%
G = 13.43%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#812467 (or 0x812467) is known color: Dark Purple. HEX triplet: 81, 24 and 67. RGB value is (129,36,103). Sum of RGB (Red+Green+Blue) = 129+36+103=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #812467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812467 is #7EDB98. Grayscale: #474747. Windows color (decimal): -8313753 or 6759553. OLE color: 6759553.

HSL color Cylindrical-coordinate representation of color #812467: hue angle of 316.77º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812467 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 103 -
CMYK 0 0.72 0.20 0.49
HSL 316.77º 0.56% 0.32% -
HSV(B) 316.77º 0.72% 0.51% -
XYZ 12.13 6.91 13.53 -
YUV 71.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 129 36 103 0 0.72 0.20 0.49 316.77 0.56 0.32
Hex 81 24 67 0 48 14 31 13D 38 20
Octal 201 44 147 0 110 24 61 475 70 40
Binary 10000001 100100 1100111 0 1001000 10100 110001 100111101 111000 100000

Color Harmonies of #812467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812467

Black with #812467

Text Example


Text Example

White with #812467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812467; }

 p { color: rgb(129,36,103); }

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

background-color css

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

 a { background-color: rgb(129,36,103); }

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

border-color css

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

 span { border-color: rgb(129,36,103); }

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