Html Css Color HEX #70033C Tyrian Purple

📋 copy color: '#70033C'

red 112 ◦ green 3 ◦ blue 60

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

Shades of Tyrian Purple #70033C

Tints of Tyrian Purple #70033C

RGB

 RED value IS 112 (44.14% from 255) = 64%

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

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

R = 64%
G = 1.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70033C (or 0x70033C) is known color: Tyrian Purple. HEX triplet: 70, 03 and 3C. RGB value is (112,3,60). Sum of RGB (Red+Green+Blue) = 112+3+60=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70033C is #8FFCC3. Grayscale: #292929. Windows color (decimal): -9436356 or 3933040. OLE color: 3933040.

HSL color Cylindrical-coordinate representation of color #70033C: hue angle of 328.62º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70033C is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 60 -
CMYK 0 0.97 0.46 0.56
HSL 328.62º 0.95% 0.23% -
HSV(B) 328.62º 0.97% 0.44% -
XYZ 7.53 3.84 4.62 -
YUV 42.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 112 3 60 0 0.97 0.46 0.56 328.62 0.95 0.23
Hex 70 3 3C 0 61 2E 38 149 5F 17
Octal 160 3 74 0 141 56 70 511 137 27
Binary 1110000 11 111100 0 1100001 101110 111000 101001001 1011111 10111

Color Harmonies of #70033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70033C

Black with #70033C

Text Example


Text Example

White with #70033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70033C; }

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

 H1.HeaderClassName
 {
   color: #70033C;
 }
 .AnyTagClassName
 {
   color: #70033C;
 }
</style>

background-color css

<style>
 a { background-color: #70033C; }

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

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

border-color css

<style>
 span { border-color: #70033C; }

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

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