Html Css Color HEX #813068 Dark Purple

📋 copy color: '#813068'

red 129 ◦ green 48 ◦ blue 104

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

Shades of Dark Purple #813068

Tints of Dark Purple #813068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

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

R = 45.91%
G = 17.08%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#813068 (or 0x813068) is known color: Dark Purple. HEX triplet: 81, 30 and 68. RGB value is (129,48,104). Sum of RGB (Red+Green+Blue) = 129+48+104=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #813068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813068 is #7ECF97. Grayscale: #4E4E4E. Windows color (decimal): -8310680 or 6828161. OLE color: 6828161.

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

Color convert

RGB 129 48 104 -
CMYK 0 0.63 0.19 0.49
HSL 318.52º 0.46% 0.35% -
HSV(B) 318.52º 0.63% 0.51% -
XYZ 12.61 7.78 13.93 -
YUV 78.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 129 48 104 0 0.63 0.19 0.49 318.52 0.46 0.35
Hex 81 30 68 0 3F 13 31 13F 2E 23
Octal 201 60 150 0 77 23 61 477 56 43
Binary 10000001 110000 1101000 0 111111 10011 110001 100111111 101110 100011

Color Harmonies of #813068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813068

Black with #813068

Text Example


Text Example

White with #813068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813068; }

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

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

background-color css

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

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

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

border-color css

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

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

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