Html Css Color HEX #730233 Tyrian Purple

📋 copy color: '#730233'

red 115 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #730233

Tints of Tyrian Purple #730233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.36%

R = 68.45%
G = 1.19%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#730233 (or 0x730233) is known color: Tyrian Purple. HEX triplet: 73, 02 and 33. RGB value is (115,2,51). Sum of RGB (Red+Green+Blue) = 115+2+51=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #730233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730233 is #8CFDCC. Grayscale: #292929. Windows color (decimal): -9240013 or 3342963. OLE color: 3342963.

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

Color convert

RGB 115 2 51 -
CMYK 0 0.98 0.56 0.55
HSL 333.98º 0.97% 0.23% -
HSV(B) 333.98º 0.98% 0.45% -
XYZ 7.69 3.93 3.48 -
YUV 41.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 115 2 51 0 0.98 0.56 0.55 333.98 0.97 0.23
Hex 73 2 33 0 62 38 37 14E 61 17
Octal 163 2 63 0 142 70 67 516 141 27
Binary 1110011 10 110011 0 1100010 111000 110111 101001110 1100001 10111

Color Harmonies of #730233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730233

Black with #730233

Text Example


Text Example

White with #730233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730233; }

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

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

background-color css

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

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

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

border-color css

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

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

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