Html Css Color HEX #81307F Dark Purple

📋 copy color: '#81307F'

red 129 ◦ green 48 ◦ blue 127

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

Shades of Dark Purple #81307F

Tints of Dark Purple #81307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.78%

R = 42.43%
G = 15.79%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81307F (or 0x81307F) is known color: Dark Purple. HEX triplet: 81, 30 and 7F. RGB value is (129,48,127). Sum of RGB (Red+Green+Blue) = 129+48+127=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81307F is #7ECF80. Grayscale: #505050. Windows color (decimal): -8310657 or 8335489. OLE color: 8335489.

HSL color Cylindrical-coordinate representation of color #81307F: hue angle of 301.48º 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 #81307F is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 48 127 -
CMYK 0 0.63 0.02 0.49
HSL 301.48º 0.46% 0.35% -
HSV(B) 301.48º 0.63% 0.51% -
XYZ 13.94 8.31 20.95 -
YUV 81.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 129 48 127 0 0.63 0.02 0.49 301.48 0.46 0.35
Hex 81 30 7F 0 3F 2 31 12D 2E 23
Octal 201 60 177 0 77 2 61 455 56 43
Binary 10000001 110000 1111111 0 111111 10 110001 100101101 101110 100011

Color Harmonies of #81307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81307F

Black with #81307F

Text Example


Text Example

White with #81307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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