Html Css Color HEX #700230 Tyrian Purple

📋 copy color: '#700230'

red 112 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #700230

Tints of Tyrian Purple #700230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.63%

R = 69.14%
G = 1.23%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#700230 (or 0x700230) is known color: Tyrian Purple. HEX triplet: 70, 02 and 30. RGB value is (112,2,48). Sum of RGB (Red+Green+Blue) = 112+2+48=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #700230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700230 is #8FFDCF. Grayscale: #282828. Windows color (decimal): -9436624 or 3146352. OLE color: 3146352.

HSL color Cylindrical-coordinate representation of color #700230: hue angle of 334.91º 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 #700230 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 48 -
CMYK 0 0.98 0.57 0.56
HSL 334.91º 0.96% 0.22% -
HSV(B) 334.91º 0.98% 0.44% -
XYZ 7.24 3.7 3.13 -
YUV 40.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 112 2 48 0 0.98 0.57 0.56 334.91 0.96 0.22
Hex 70 2 30 0 62 39 38 14F 60 16
Octal 160 2 60 0 142 71 70 517 140 26
Binary 1110000 10 110000 0 1100010 111001 111000 101001111 1100000 10110

Color Harmonies of #700230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700230

Black with #700230

Text Example


Text Example

White with #700230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700230; }

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

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

background-color css

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

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

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

border-color css

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

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

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