Html Css Color HEX #7F247A Dark Purple

📋 copy color: '#7F247A'

red 127 ◦ green 36 ◦ blue 122

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

Shades of Dark Purple #7F247A

Tints of Dark Purple #7F247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

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

R = 44.56%
G = 12.63%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F247A (or 0x7F247A) is known color: Dark Purple. HEX triplet: 7F, 24 and 7A. RGB value is (127,36,122). Sum of RGB (Red+Green+Blue) = 127+36+122=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 127 - color contains mainly: red. Hex color #7F247A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F247A is #80DB85. Grayscale: #484848. Windows color (decimal): -8444806 or 8004735. OLE color: 8004735.

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

Color convert

RGB 127 36 122 -
CMYK 0 0.72 0.04 0.50
HSL 303.3º 0.56% 0.32% -
HSV(B) 303.3º 0.72% 0.5% -
XYZ 12.9 7.18 19.12 -
YUV 73.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 127 36 122 0 0.72 0.04 0.50 303.3 0.56 0.32
Hex 7F 24 7A 0 48 4 32 12F 38 20
Octal 177 44 172 0 110 4 62 457 70 40
Binary 1111111 100100 1111010 0 1001000 100 110010 100101111 111000 100000

Color Harmonies of #7F247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F247A

Black with #7F247A

Text Example


Text Example

White with #7F247A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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