Html Css Color HEX #750235 Tyrian Purple

📋 copy color: '#750235'

red 117 ◦ green 2 ◦ blue 53

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

Shades of Tyrian Purple #750235

Tints of Tyrian Purple #750235

RGB

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

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

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

R = 68.02%
G = 1.16%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#750235 (or 0x750235) is known color: Tyrian Purple. HEX triplet: 75, 02 and 35. RGB value is (117,2,53). Sum of RGB (Red+Green+Blue) = 117+2+53=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #750235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750235 is #8AFDCA. Grayscale: #2A2A2A. Windows color (decimal): -9108939 or 3474037. OLE color: 3474037.

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

Color convert

RGB 117 2 53 -
CMYK 0 0.98 0.55 0.54
HSL 333.39º 0.97% 0.23% -
HSV(B) 333.39º 0.98% 0.46% -
XYZ 8 4.08 3.73 -
YUV 42.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 117 2 53 0 0.98 0.55 0.54 333.39 0.97 0.23
Hex 75 2 35 0 62 37 36 14D 61 17
Octal 165 2 65 0 142 67 66 515 141 27
Binary 1110101 10 110101 0 1100010 110111 110110 101001101 1100001 10111

Color Harmonies of #750235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750235

Black with #750235

Text Example


Text Example

White with #750235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750235; }

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

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

background-color css

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

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

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

border-color css

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

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

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