Html Css Color HEX #730230 Tyrian Purple

📋 copy color: '#730230'

red 115 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #730230

Tints of Tyrian Purple #730230

RGB

 RED value IS 115 (45.31% from 255) = 69.7%

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

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

R = 69.7%
G = 1.21%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#730230 (or 0x730230) is known color: Tyrian Purple. HEX triplet: 73, 02 and 30. RGB value is (115,2,48). Sum of RGB (Red+Green+Blue) = 115+2+48=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #730230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730230 is #8CFDCF. Grayscale: #282828. Windows color (decimal): -9240016 or 3146355. OLE color: 3146355.

HSL color Cylindrical-coordinate representation of color #730230: hue angle of 335.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730230 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 2 48 -
CMYK 0 0.98 0.58 0.55
HSL 335.58º 0.97% 0.23% -
HSV(B) 335.58º 0.98% 0.45% -
XYZ 7.63 3.9 3.15 -
YUV 41.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 115 2 48 0 0.98 0.58 0.55 335.58 0.97 0.23
Hex 73 2 30 0 62 3A 37 150 61 17
Octal 163 2 60 0 142 72 67 520 141 27
Binary 1110011 10 110000 0 1100010 111010 110111 101010000 1100001 10111

Color Harmonies of #730230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730230

Black with #730230

Text Example


Text Example

White with #730230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730230; }

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

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

background-color css

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

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

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

border-color css

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

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

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