Html Css Color HEX #7F287A Dark Purple

📋 copy color: '#7F287A'

red 127 ◦ green 40 ◦ blue 122

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

Shades of Dark Purple #7F287A

Tints of Dark Purple #7F287A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 43.94%
G = 13.84%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F287A (or 0x7F287A) is known color: Dark Purple. HEX triplet: 7F, 28 and 7A. RGB value is (127,40,122). Sum of RGB (Red+Green+Blue) = 127+40+122=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F287A is #80D785. Grayscale: #4B4B4B. Windows color (decimal): -8443782 or 8005759. OLE color: 8005759.

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

Color convert

RGB 127 40 122 -
CMYK 0 0.69 0.04 0.50
HSL 303.45º 0.52% 0.33% -
HSV(B) 303.45º 0.69% 0.5% -
XYZ 13.02 7.43 19.16 -
YUV 75.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 127 40 122 0 0.69 0.04 0.50 303.45 0.52 0.33
Hex 7F 28 7A 0 45 4 32 12F 34 21
Octal 177 50 172 0 105 4 62 457 64 41
Binary 1111111 101000 1111010 0 1000101 100 110010 100101111 110100 100001

Color Harmonies of #7F287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F287A

Black with #7F287A

Text Example


Text Example

White with #7F287A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,40,122); }

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

background-color css

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

 a { background-color: rgb(127,40,122); }

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

border-color css

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

 span { border-color: rgb(127,40,122); }

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