Html Css Color HEX #4F033C Tyrian Purple

📋 copy color: '#4F033C'

red 79 ◦ green 3 ◦ blue 60

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

Shades of Tyrian Purple #4F033C

Tints of Tyrian Purple #4F033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.25%

R = 55.63%
G = 2.11%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#4F033C (or 0x4F033C) is known color: Tyrian Purple. HEX triplet: 4F, 03 and 3C. RGB value is (79,3,60). Sum of RGB (Red+Green+Blue) = 79+3+60=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F033C is #B0FCC3. Grayscale: #202020. Windows color (decimal): -11599044 or 3933007. OLE color: 3933007.

HSL color Cylindrical-coordinate representation of color #4F033C: hue angle of 315º 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 #4F033C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 3 60 -
CMYK 0 0.96 0.24 0.69
HSL 315º 0.93% 0.16% -
HSV(B) 315º 0.96% 0.31% -
XYZ 4.07 2.05 4.46 -
YUV 32.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 79 3 60 0 0.96 0.24 0.69 315 0.93 0.16
Hex 4F 3 3C 0 60 18 45 13B 5D 10
Octal 117 3 74 0 140 30 105 473 135 20
Binary 1001111 11 111100 0 1100000 11000 1000101 100111011 1011101 10000

Color Harmonies of #4F033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F033C

Black with #4F033C

Text Example


Text Example

White with #4F033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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