Html Css Color HEX #812263 Dark Purple

📋 copy color: '#812263'

red 129 ◦ green 34 ◦ blue 99

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

Shades of Dark Purple #812263

Tints of Dark Purple #812263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 99 (39.06% from 255) = 37.79%

R = 49.24%
G = 12.98%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#812263 (or 0x812263) is known color: Dark Purple. HEX triplet: 81, 22 and 63. RGB value is (129,34,99). Sum of RGB (Red+Green+Blue) = 129+34+99=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #812263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812263 is #7EDD9C. Grayscale: #454545. Windows color (decimal): -8314269 or 6496897. OLE color: 6496897.

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

Color convert

RGB 129 34 99 -
CMYK 0 0.74 0.23 0.49
HSL 318.95º 0.58% 0.32% -
HSV(B) 318.95º 0.74% 0.51% -
XYZ 11.88 6.71 12.47 -
YUV 69.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 129 34 99 0 0.74 0.23 0.49 318.95 0.58 0.32
Hex 81 22 63 0 4A 17 31 13F 3A 20
Octal 201 42 143 0 112 27 61 477 72 40
Binary 10000001 100010 1100011 0 1001010 10111 110001 100111111 111010 100000

Color Harmonies of #812263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812263

Black with #812263

Text Example


Text Example

White with #812263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812263; }

 p { color: rgb(129,34,99); }

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

background-color css

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

 a { background-color: rgb(129,34,99); }

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

border-color css

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

 span { border-color: rgb(129,34,99); }

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