Html Css Color HEX #730A35 Tyrian Purple

📋 copy color: '#730A35'

red 115 ◦ green 10 ◦ blue 53

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

Shades of Tyrian Purple #730A35

Tints of Tyrian Purple #730A35

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.62%

 BLUE value IS 53 (21.09% from 255) = 29.78%

R = 64.61%
G = 5.62%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#730A35 (or 0x730A35) is known color: Tyrian Purple. HEX triplet: 73, 0A and 35. RGB value is (115,10,53). Sum of RGB (Red+Green+Blue) = 115+10+53=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #730A35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A35 is #8CF5CA. Grayscale: #2E2E2E. Windows color (decimal): -9237963 or 3476083. OLE color: 3476083.

HSL color Cylindrical-coordinate representation of color #730A35: hue angle of 335.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A35 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 10 53 -
CMYK 0 0.91 0.54 0.55
HSL 335.43º 0.84% 0.25% -
HSV(B) 335.43º 0.91% 0.45% -
XYZ 7.82 4.12 3.75 -
YUV 46.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 115 10 53 0 0.91 0.54 0.55 335.43 0.84 0.25
Hex 73 A 35 0 5B 36 37 14F 54 19
Octal 163 12 65 0 133 66 67 517 124 31
Binary 1110011 1010 110101 0 1011011 110110 110111 101001111 1010100 11001

Color Harmonies of #730A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A35

Black with #730A35

Text Example


Text Example

White with #730A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730A35; }

 p { color: rgb(115,10,53); }

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

background-color css

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

 a { background-color: rgb(115,10,53); }

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

border-color css

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

 span { border-color: rgb(115,10,53); }

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