Html Css Color HEX #750035 Tyrian Purple

📋 copy color: '#750035'

red 117 ◦ green 0 ◦ blue 53

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

Shades of Tyrian Purple #750035

Tints of Tyrian Purple #750035

RGB

 RED value IS 117 (46.09% from 255) = 68.82%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.82%
G = 0%
B = 31.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#750035 (or 0x750035) is known color: Tyrian Purple. HEX triplet: 75, 00 and 35. RGB value is (117,0,53). Sum of RGB (Red+Green+Blue) = 117+0+53=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #750035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750035 is #8AFFCA. Grayscale: #282828. Windows color (decimal): -9109451 or 3473525. OLE color: 3473525.

HSL color Cylindrical-coordinate representation of color #750035: hue angle of 332.82º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750035 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 53 -
CMYK 0 1 0.55 0.54
HSL 332.82º 1% 0.23% -
HSV(B) 332.82º 1% 0.46% -
XYZ 7.98 4.04 3.73 -
YUV 41.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 117 0 53 0 1 0.55 0.54 332.82 1 0.23
Hex 75 0 35 0 64 37 36 14D 64 17
Octal 165 0 65 0 144 67 66 515 144 27
Binary 1110101 0 110101 0 1100100 110111 110110 101001101 1100100 10111

Color Harmonies of #750035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750035

Black with #750035

Text Example


Text Example

White with #750035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750035; }

 p { color: rgb(117,0,53); }

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

background-color css

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

 a { background-color: rgb(117,0,53); }

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

border-color css

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

 span { border-color: rgb(117,0,53); }

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