Html Css Color HEX #4F034B Tyrian Purple

📋 copy color: '#4F034B'

red 79 ◦ green 3 ◦ blue 75

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

Shades of Tyrian Purple #4F034B

Tints of Tyrian Purple #4F034B

RGB

 RED value IS 79 (31.25% from 255) = 50.32%

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 50.32%
G = 1.91%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F034B (or 0x4F034B) is known color: Tyrian Purple. HEX triplet: 4F, 03 and 4B. RGB value is (79,3,75). Sum of RGB (Red+Green+Blue) = 79+3+75=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F034B is #B0FCB4. Grayscale: #212121. Windows color (decimal): -11599029 or 4916047. OLE color: 4916047.

HSL color Cylindrical-coordinate representation of color #4F034B: hue angle of 303.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F034B is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 3 75 -
CMYK 0 0.96 0.05 0.69
HSL 303.16º 0.93% 0.16% -
HSV(B) 303.16º 0.96% 0.31% -
XYZ 4.53 2.24 6.85 -
YUV 33.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 79 3 75 0 0.96 0.05 0.69 303.16 0.93 0.16
Hex 4F 3 4B 0 60 5 45 12F 5D 10
Octal 117 3 113 0 140 5 105 457 135 20
Binary 1001111 11 1001011 0 1100000 101 1000101 100101111 1011101 10000

Color Harmonies of #4F034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F034B

Black with #4F034B

Text Example


Text Example

White with #4F034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F034B; }

 p { color: rgb(79,3,75); }

 H1.HeaderClassName
 {
   color: #4F034B;
 }
 .AnyTagClassName
 {
   color: #4F034B;
 }
</style>

background-color css

<style>
 a { background-color: #4F034B; }

 a { background-color: rgb(79,3,75); }

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

border-color css

<style>
 span { border-color: #4F034B; }

 span { border-color: rgb(79,3,75); }

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