Html Css Color HEX #750533 Tyrian Purple

📋 copy color: '#750533'

red 117 ◦ green 5 ◦ blue 51

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

Shades of Tyrian Purple #750533

Tints of Tyrian Purple #750533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 67.63%
G = 2.89%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#750533 (or 0x750533) is known color: Tyrian Purple. HEX triplet: 75, 05 and 33. RGB value is (117,5,51). Sum of RGB (Red+Green+Blue) = 117+5+51=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #750533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750533 is #8AFACC. Grayscale: #2B2B2B. Windows color (decimal): -9108173 or 3343733. OLE color: 3343733.

HSL color Cylindrical-coordinate representation of color #750533: hue angle of 335.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750533 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 51 -
CMYK 0 0.96 0.56 0.54
HSL 335.36º 0.92% 0.24% -
HSV(B) 335.36º 0.96% 0.46% -
XYZ 7.99 4.13 3.51 -
YUV 43.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 117 5 51 0 0.96 0.56 0.54 335.36 0.92 0.24
Hex 75 5 33 0 60 38 36 14F 5C 18
Octal 165 5 63 0 140 70 66 517 134 30
Binary 1110101 101 110011 0 1100000 111000 110110 101001111 1011100 11000

Color Harmonies of #750533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750533

Black with #750533

Text Example


Text Example

White with #750533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750533; }

 p { color: rgb(117,5,51); }

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

background-color css

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

 a { background-color: rgb(117,5,51); }

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

border-color css

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

 span { border-color: rgb(117,5,51); }

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