Html Css Color HEX #813278 Dark Purple

📋 copy color: '#813278'

red 129 ◦ green 50 ◦ blue 120

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

Shades of Dark Purple #813278

Tints of Dark Purple #813278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 43.14%
G = 16.72%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#813278 (or 0x813278) is known color: Dark Purple. HEX triplet: 81, 32 and 78. RGB value is (129,50,120). Sum of RGB (Red+Green+Blue) = 129+50+120=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #813278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813278 is #7ECD87. Grayscale: #515151. Windows color (decimal): -8310152 or 7877249. OLE color: 7877249.

HSL color Cylindrical-coordinate representation of color #813278: hue angle of 306.84º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813278 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 120 -
CMYK 0 0.61 0.07 0.49
HSL 306.84º 0.44% 0.35% -
HSV(B) 306.84º 0.61% 0.51% -
XYZ 13.58 8.3 18.66 -
YUV 81.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 129 50 120 0 0.61 0.07 0.49 306.84 0.44 0.35
Hex 81 32 78 0 3D 7 31 133 2C 23
Octal 201 62 170 0 75 7 61 463 54 43
Binary 10000001 110010 1111000 0 111101 111 110001 100110011 101100 100011

Color Harmonies of #813278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813278

Black with #813278

Text Example


Text Example

White with #813278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813278; }

 p { color: rgb(129,50,120); }

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

background-color css

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

 a { background-color: rgb(129,50,120); }

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

border-color css

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

 span { border-color: rgb(129,50,120); }

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