Html Css Color HEX #720330 Tyrian Purple

📋 copy color: '#720330'

red 114 ◦ green 3 ◦ blue 48

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

Shades of Tyrian Purple #720330

Tints of Tyrian Purple #720330

RGB

 RED value IS 114 (44.92% from 255) = 69.09%

 GREEN value IS 3 (1.56% from 255) = 1.82%

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

R = 69.09%
G = 1.82%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#720330 (or 0x720330) is known color: Tyrian Purple. HEX triplet: 72, 03 and 30. RGB value is (114,3,48). Sum of RGB (Red+Green+Blue) = 114+3+48=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #720330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720330 is #8DFCCF. Grayscale: #292929. Windows color (decimal): -9305296 or 3146610. OLE color: 3146610.

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

Color convert

RGB 114 3 48 -
CMYK 0 0.97 0.58 0.55
HSL 335.68º 0.95% 0.23% -
HSV(B) 335.68º 0.97% 0.45% -
XYZ 7.51 3.86 3.14 -
YUV 41.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 114 3 48 0 0.97 0.58 0.55 335.68 0.95 0.23
Hex 72 3 30 0 61 3A 37 150 5F 17
Octal 162 3 60 0 141 72 67 520 137 27
Binary 1110010 11 110000 0 1100001 111010 110111 101010000 1011111 10111

Color Harmonies of #720330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720330

Black with #720330

Text Example


Text Example

White with #720330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720330; }

 p { color: rgb(114,3,48); }

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

background-color css

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

 a { background-color: rgb(114,3,48); }

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

border-color css

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

 span { border-color: rgb(114,3,48); }

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