Html Css Color HEX #700236 Tyrian Purple

📋 copy color: '#700236'

red 112 ◦ green 2 ◦ blue 54

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

Shades of Tyrian Purple #700236

Tints of Tyrian Purple #700236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.14%

R = 66.67%
G = 1.19%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#700236 (or 0x700236) is known color: Tyrian Purple. HEX triplet: 70, 02 and 36. RGB value is (112,2,54). Sum of RGB (Red+Green+Blue) = 112+2+54=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700236 is #8FFDC9. Grayscale: #282828. Windows color (decimal): -9436618 or 3539568. OLE color: 3539568.

HSL color Cylindrical-coordinate representation of color #700236: hue angle of 331.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700236 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 54 -
CMYK 0 0.98 0.52 0.56
HSL 331.64º 0.96% 0.22% -
HSV(B) 331.64º 0.98% 0.44% -
XYZ 7.37 3.75 3.83 -
YUV 40.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 112 2 54 0 0.98 0.52 0.56 331.64 0.96 0.22
Hex 70 2 36 0 62 34 38 14C 60 16
Octal 160 2 66 0 142 64 70 514 140 26
Binary 1110000 10 110110 0 1100010 110100 111000 101001100 1100000 10110

Color Harmonies of #700236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700236

Black with #700236

Text Example


Text Example

White with #700236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700236; }

 p { color: rgb(112,2,54); }

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

background-color css

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

 a { background-color: rgb(112,2,54); }

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

border-color css

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

 span { border-color: rgb(112,2,54); }

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