Html Css Color HEX #7F2184 Dark Purple

📋 copy color: '#7F2184'

red 127 ◦ green 33 ◦ blue 132

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

Shades of Dark Purple #7F2184

Tints of Dark Purple #7F2184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 43.49%
G = 11.3%
B = 45.21%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7F2184 (or 0x7F2184) is known color: Dark Purple. HEX triplet: 7F, 21 and 84. RGB value is (127,33,132). Sum of RGB (Red+Green+Blue) = 127+33+132=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F2184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2184 is #80DE7B. Grayscale: #484848. Windows color (decimal): -8445564 or 8659327. OLE color: 8659327.

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

Color convert

RGB 127 33 132 -
CMYK 0.04 0.75 0 0.48
HSL 296.97º 0.6% 0.32% -
HSV(B) 296.97º 0.75% 0.52% -
XYZ 13.46 7.27 22.52 -
YUV 72.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 127 33 132 0.04 0.75 0 0.48 296.97 0.6 0.32
Hex 7F 21 84 4 4B 0 30 129 3C 20
Octal 177 41 204 4 113 0 60 451 74 40
Binary 1111111 100001 10000100 100 1001011 0 110000 100101001 111100 100000

Color Harmonies of #7F2184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2184

Black with #7F2184

Text Example


Text Example

White with #7F2184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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