Html Css Color HEX #81017B Purple

📋 copy color: '#81017B'

red 129 ◦ green 1 ◦ blue 123

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

Shades of Purple #81017B

Tints of Purple #81017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 50.99%
G = 0.4%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81017B (or 0x81017B) is known color: Purple. HEX triplet: 81, 01 and 7B. RGB value is (129,1,123). Sum of RGB (Red+Green+Blue) = 129+1+123=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #81017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81017B is #7EFE84. Grayscale: #343434. Windows color (decimal): -8322693 or 8061313. OLE color: 8061313.

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

Color convert

RGB 129 1 123 -
CMYK 0 0.99 0.05 0.49
HSL 302.81º 0.98% 0.25% -
HSV(B) 302.81º 0.99% 0.51% -
XYZ 12.64 6.12 19.25 -
YUV 53.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 129 1 123 0 0.99 0.05 0.49 302.81 0.98 0.25
Hex 81 1 7B 0 63 5 31 12F 62 19
Octal 201 1 173 0 143 5 61 457 142 31
Binary 10000001 1 1111011 0 1100011 101 110001 100101111 1100010 11001

Color Harmonies of #81017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81017B

Black with #81017B

Text Example


Text Example

White with #81017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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