Html Css Color HEX #7F014B Tyrian Purple

📋 copy color: '#7F014B'

red 127 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #7F014B

Tints of Tyrian Purple #7F014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 75 (29.69% from 255) = 36.95%

R = 62.56%
G = 0.49%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#7F014B (or 0x7F014B) is known color: Tyrian Purple. HEX triplet: 7F, 01 and 4B. RGB value is (127,1,75). Sum of RGB (Red+Green+Blue) = 127+1+75=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F014B is #80FEB4. Grayscale: #2E2E2E. Windows color (decimal): -8453813 or 4915583. OLE color: 4915583.

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

Color convert

RGB 127 1 75 -
CMYK 0 0.99 0.41 0.50
HSL 324.76º 0.98% 0.25% -
HSV(B) 324.76º 0.99% 0.5% -
XYZ 10.03 5.04 7.1 -
YUV 47.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 127 1 75 0 0.99 0.41 0.50 324.76 0.98 0.25
Hex 7F 1 4B 0 63 29 32 145 62 19
Octal 177 1 113 0 143 51 62 505 142 31
Binary 1111111 1 1001011 0 1100011 101001 110010 101000101 1100010 11001

Color Harmonies of #7F014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F014B

Black with #7F014B

Text Example


Text Example

White with #7F014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,1,75); }

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

background-color css

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

 a { background-color: rgb(127,1,75); }

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

border-color css

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

 span { border-color: rgb(127,1,75); }

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