Html Css Color HEX #750345 Tyrian Purple

📋 copy color: '#750345'

red 117 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #750345

Tints of Tyrian Purple #750345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 61.9%
G = 1.59%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#750345 (or 0x750345) is known color: Tyrian Purple. HEX triplet: 75, 03 and 45. RGB value is (117,3,69). Sum of RGB (Red+Green+Blue) = 117+3+69=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #750345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750345 is #8AFCBA. Grayscale: #2C2C2C. Windows color (decimal): -9108667 or 4522869. OLE color: 4522869.

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

Color convert

RGB 117 3 69 -
CMYK 0 0.97 0.41 0.54
HSL 325.26º 0.95% 0.24% -
HSV(B) 325.26º 0.97% 0.46% -
XYZ 8.44 4.28 6.01 -
YUV 44.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 117 3 69 0 0.97 0.41 0.54 325.26 0.95 0.24
Hex 75 3 45 0 61 29 36 145 5F 18
Octal 165 3 105 0 141 51 66 505 137 30
Binary 1110101 11 1000101 0 1100001 101001 110110 101000101 1011111 11000

Color Harmonies of #750345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750345

Black with #750345

Text Example


Text Example

White with #750345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750345; }

 p { color: rgb(117,3,69); }

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

background-color css

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

 a { background-color: rgb(117,3,69); }

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

border-color css

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

 span { border-color: rgb(117,3,69); }

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