Html Css Color HEX #81066F Purple

📋 copy color: '#81066F'

red 129 ◦ green 6 ◦ blue 111

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

Shades of Purple #81066F

Tints of Purple #81066F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 52.44%
G = 2.44%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81066F (or 0x81066F) is known color: Purple. HEX triplet: 81, 06 and 6F. RGB value is (129,6,111). Sum of RGB (Red+Green+Blue) = 129+6+111=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81066F is #7EF990. Grayscale: #363636. Windows color (decimal): -8321425 or 7276161. OLE color: 7276161.

HSL color Cylindrical-coordinate representation of color #81066F: hue angle of 308.78º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81066F is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 6 111 -
CMYK 0 0.95 0.14 0.49
HSL 308.78º 0.91% 0.26% -
HSV(B) 308.78º 0.95% 0.51% -
XYZ 11.99 5.95 15.55 -
YUV 54.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 129 6 111 0 0.95 0.14 0.49 308.78 0.91 0.26
Hex 81 6 6F 0 5F E 31 135 5B 1A
Octal 201 6 157 0 137 16 61 465 133 32
Binary 10000001 110 1101111 0 1011111 1110 110001 100110101 1011011 11010

Color Harmonies of #81066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81066F

Black with #81066F

Text Example


Text Example

White with #81066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81066F; }

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

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

background-color css

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

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

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

border-color css

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

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

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