Html Css Color HEX #7F024C Tyrian Purple

📋 copy color: '#7F024C'

red 127 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #7F024C

Tints of Tyrian Purple #7F024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 76 (30.08% from 255) = 37.07%

R = 61.95%
G = 0.98%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#7F024C (or 0x7F024C) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 4C. RGB value is (127,2,76). Sum of RGB (Red+Green+Blue) = 127+2+76=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F024C is #80FDB3. Grayscale: #2F2F2F. Windows color (decimal): -8453556 or 4981375. OLE color: 4981375.

HSL color Cylindrical-coordinate representation of color #7F024C: hue angle of 324.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F024C is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 2 76 -
CMYK 0 0.98 0.40 0.50
HSL 324.48º 0.97% 0.25% -
HSV(B) 324.48º 0.98% 0.5% -
XYZ 10.08 5.08 7.29 -
YUV 47.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 127 2 76 0 0.98 0.40 0.50 324.48 0.97 0.25
Hex 7F 2 4C 0 62 28 32 144 61 19
Octal 177 2 114 0 142 50 62 504 141 31
Binary 1111111 10 1001100 0 1100010 101000 110010 101000100 1100001 11001

Color Harmonies of #7F024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F024C

Black with #7F024C

Text Example


Text Example

White with #7F024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,2,76); }

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

background-color css

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

 a { background-color: rgb(127,2,76); }

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

border-color css

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

 span { border-color: rgb(127,2,76); }

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