Html Css Color HEX #750338 Tyrian Purple

📋 copy color: '#750338'

red 117 ◦ green 3 ◦ blue 56

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

Shades of Tyrian Purple #750338

Tints of Tyrian Purple #750338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.82%

R = 66.48%
G = 1.7%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#750338 (or 0x750338) is known color: Tyrian Purple. HEX triplet: 75, 03 and 38. RGB value is (117,3,56). Sum of RGB (Red+Green+Blue) = 117+3+56=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #750338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750338 is #8AFCC7. Grayscale: #2B2B2B. Windows color (decimal): -9108680 or 3670901. OLE color: 3670901.

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

Color convert

RGB 117 3 56 -
CMYK 0 0.97 0.52 0.54
HSL 332.11º 0.95% 0.24% -
HSV(B) 332.11º 0.97% 0.46% -
XYZ 8.08 4.13 4.11 -
YUV 43.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 117 3 56 0 0.97 0.52 0.54 332.11 0.95 0.24
Hex 75 3 38 0 61 34 36 14C 5F 18
Octal 165 3 70 0 141 64 66 514 137 30
Binary 1110101 11 111000 0 1100001 110100 110110 101001100 1011111 11000

Color Harmonies of #750338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750338

Black with #750338

Text Example


Text Example

White with #750338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750338; }

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

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

background-color css

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

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

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

border-color css

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

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

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