Html Css Color HEX #810688 Purple

📋 copy color: '#810688'

red 129 ◦ green 6 ◦ blue 136

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

Shades of Purple #810688

Tints of Purple #810688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 47.6%
G = 2.21%
B = 50.18%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#810688 (or 0x810688) is known color: Purple. HEX triplet: 81, 06 and 88. RGB value is (129,6,136). Sum of RGB (Red+Green+Blue) = 129+6+136=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #810688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810688 is #7EF977. Grayscale: #393939. Windows color (decimal): -8321400 or 8914561. OLE color: 8914561.

HSL color Cylindrical-coordinate representation of color #810688: hue angle of 296.77º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810688 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 6 136 -
CMYK 0.05 0.96 0 0.47
HSL 296.77º 0.92% 0.28% -
HSV(B) 296.77º 0.96% 0.53% -
XYZ 13.56 6.57 23.85 -
YUV 57.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 129 6 136 0.05 0.96 0 0.47 296.77 0.92 0.28
Hex 81 6 88 5 60 0 2F 129 5C 1C
Octal 201 6 210 5 140 0 57 451 134 34
Binary 10000001 110 10001000 101 1100000 0 101111 100101001 1011100 11100

Color Harmonies of #810688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810688

Black with #810688

Text Example


Text Example

White with #810688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810688; }

 p { color: rgb(129,6,136); }

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

background-color css

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

 a { background-color: rgb(129,6,136); }

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

border-color css

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

 span { border-color: rgb(129,6,136); }

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