Html Css Color HEX #750033 Tyrian Purple

📋 copy color: '#750033'

red 117 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #750033

Tints of Tyrian Purple #750033

RGB

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

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

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

R = 69.64%
G = 0%
B = 30.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#750033 (or 0x750033) is known color: Tyrian Purple. HEX triplet: 75, 00 and 33. RGB value is (117,0,51). Sum of RGB (Red+Green+Blue) = 117+0+51=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #750033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750033 is #8AFFCC. Grayscale: #282828. Windows color (decimal): -9109453 or 3342453. OLE color: 3342453.

HSL color Cylindrical-coordinate representation of color #750033: hue angle of 333.85º 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 #750033 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 51 -
CMYK 0 1 0.56 0.54
HSL 333.85º 1% 0.23% -
HSV(B) 333.85º 1% 0.46% -
XYZ 7.93 4.02 3.49 -
YUV 40.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 117 0 51 0 1 0.56 0.54 333.85 1 0.23
Hex 75 0 33 0 64 38 36 14E 64 17
Octal 165 0 63 0 144 70 66 516 144 27
Binary 1110101 0 110011 0 1100100 111000 110110 101001110 1100100 10111

Color Harmonies of #750033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750033

Black with #750033

Text Example


Text Example

White with #750033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750033; }

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

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

background-color css

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

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

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

border-color css

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

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

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