Html Css Color HEX #700452 Tyrian Purple

📋 copy color: '#700452'

red 112 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #700452

Tints of Tyrian Purple #700452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 56.57%
G = 2.02%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#700452 (or 0x700452) is known color: Tyrian Purple. HEX triplet: 70, 04 and 52. RGB value is (112,4,82). Sum of RGB (Red+Green+Blue) = 112+4+82=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700452 is #8FFBAD. Grayscale: #2C2C2C. Windows color (decimal): -9436078 or 5375088. OLE color: 5375088.

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

Color convert

RGB 112 4 82 -
CMYK 0 0.96 0.27 0.56
HSL 316.67º 0.93% 0.23% -
HSV(B) 316.67º 0.96% 0.44% -
XYZ 8.25 4.14 8.35 -
YUV 45.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 112 4 82 0 0.96 0.27 0.56 316.67 0.93 0.23
Hex 70 4 52 0 60 1B 38 13D 5D 17
Octal 160 4 122 0 140 33 70 475 135 27
Binary 1110000 100 1010010 0 1100000 11011 111000 100111101 1011101 10111

Color Harmonies of #700452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700452

Black with #700452

Text Example


Text Example

White with #700452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700452; }

 p { color: rgb(112,4,82); }

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

background-color css

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

 a { background-color: rgb(112,4,82); }

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

border-color css

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

 span { border-color: rgb(112,4,82); }

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