Html Css Color HEX #812468 Dark Purple

📋 copy color: '#812468'

red 129 ◦ green 36 ◦ blue 104

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

Shades of Dark Purple #812468

Tints of Dark Purple #812468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 47.96%
G = 13.38%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#812468 (or 0x812468) is known color: Dark Purple. HEX triplet: 81, 24 and 68. RGB value is (129,36,104). Sum of RGB (Red+Green+Blue) = 129+36+104=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #812468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812468 is #7EDB97. Grayscale: #474747. Windows color (decimal): -8313752 or 6825089. OLE color: 6825089.

HSL color Cylindrical-coordinate representation of color #812468: hue angle of 316.13º 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 #812468 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 104 -
CMYK 0 0.72 0.19 0.49
HSL 316.13º 0.56% 0.32% -
HSV(B) 316.13º 0.72% 0.51% -
XYZ 12.18 6.93 13.79 -
YUV 71.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 129 36 104 0 0.72 0.19 0.49 316.13 0.56 0.32
Hex 81 24 68 0 48 13 31 13C 38 20
Octal 201 44 150 0 110 23 61 474 70 40
Binary 10000001 100100 1101000 0 1001000 10011 110001 100111100 111000 100000

Color Harmonies of #812468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812468

Black with #812468

Text Example


Text Example

White with #812468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812468; }

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

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

background-color css

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

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

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

border-color css

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

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

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