Html Css Color HEX #81007B Purple

📋 copy color: '#81007B'

red 129 ◦ green 0 ◦ blue 123

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

Shades of Purple #81007B

Tints of Purple #81007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 48.81%

R = 51.19%
G = 0%
B = 48.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81007B (or 0x81007B) is known color: Purple. HEX triplet: 81, 00 and 7B. RGB value is (129,0,123). Sum of RGB (Red+Green+Blue) = 129+0+123=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #81007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81007B is #7EFF84. Grayscale: #343434. Windows color (decimal): -8322949 or 8061057. OLE color: 8061057.

HSL color Cylindrical-coordinate representation of color #81007B: hue angle of 302.79º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81007B is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 123 -
CMYK 0 1 0.05 0.49
HSL 302.79º 1% 0.25% -
HSV(B) 302.79º 1% 0.51% -
XYZ 12.63 6.1 19.25 -
YUV 52.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 129 0 123 0 1 0.05 0.49 302.79 1 0.25
Hex 81 0 7B 0 64 5 31 12F 64 19
Octal 201 0 173 0 144 5 61 457 144 31
Binary 10000001 0 1111011 0 1100100 101 110001 100101111 1100100 11001

Color Harmonies of #81007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81007B

Black with #81007B

Text Example


Text Example

White with #81007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81007B; }

 p { color: rgb(129,0,123); }

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

background-color css

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

 a { background-color: rgb(129,0,123); }

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

border-color css

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

 span { border-color: rgb(129,0,123); }

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