Html Css Color HEX #7F2284 Dark Purple

📋 copy color: '#7F2284'

red 127 ◦ green 34 ◦ blue 132

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

Shades of Dark Purple #7F2284

Tints of Dark Purple #7F2284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 43.34%
G = 11.6%
B = 45.05%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7F2284 (or 0x7F2284) is known color: Dark Purple. HEX triplet: 7F, 22 and 84. RGB value is (127,34,132). Sum of RGB (Red+Green+Blue) = 127+34+132=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F2284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2284 is #80DD7B. Grayscale: #484848. Windows color (decimal): -8445308 or 8659583. OLE color: 8659583.

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

Color convert

RGB 127 34 132 -
CMYK 0.04 0.74 0 0.48
HSL 296.94º 0.59% 0.33% -
HSV(B) 296.94º 0.74% 0.52% -
XYZ 13.49 7.32 22.53 -
YUV 72.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 127 34 132 0.04 0.74 0 0.48 296.94 0.59 0.33
Hex 7F 22 84 4 4A 0 30 129 3B 21
Octal 177 42 204 4 112 0 60 451 73 41
Binary 1111111 100010 10000100 100 1001010 0 110000 100101001 111011 100001

Color Harmonies of #7F2284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2284

Black with #7F2284

Text Example


Text Example

White with #7F2284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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