Html Css Color HEX #7F2584 Dark Purple

📋 copy color: '#7F2584'

red 127 ◦ green 37 ◦ blue 132

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

Shades of Dark Purple #7F2584

Tints of Dark Purple #7F2584

RGB

 RED value IS 127 (50% from 255) = 42.91%

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 42.91%
G = 12.5%
B = 44.59%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7F2584 (or 0x7F2584) is known color: Dark Purple. HEX triplet: 7F, 25 and 84. RGB value is (127,37,132). Sum of RGB (Red+Green+Blue) = 127+37+132=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2584 is #80DA7B. Grayscale: #4A4A4A. Windows color (decimal): -8444540 or 8660351. OLE color: 8660351.

HSL color Cylindrical-coordinate representation of color #7F2584: hue angle of 296.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2584 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 37 132 -
CMYK 0.04 0.72 0 0.48
HSL 296.84º 0.56% 0.33% -
HSV(B) 296.84º 0.72% 0.52% -
XYZ 13.58 7.5 22.56 -
YUV 74.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 127 37 132 0.04 0.72 0 0.48 296.84 0.56 0.33
Hex 7F 25 84 4 48 0 30 129 38 21
Octal 177 45 204 4 110 0 60 451 70 41
Binary 1111111 100101 10000100 100 1001000 0 110000 100101001 111000 100001

Color Harmonies of #7F2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2584

Black with #7F2584

Text Example


Text Example

White with #7F2584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F2584; }

 p { color: rgb(127,37,132); }

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

background-color css

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

 a { background-color: rgb(127,37,132); }

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

border-color css

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

 span { border-color: rgb(127,37,132); }

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