Html Css Color HEX #75093D Tyrian Purple

📋 copy color: '#75093D'

red 117 ◦ green 9 ◦ blue 61

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

Shades of Tyrian Purple #75093D

Tints of Tyrian Purple #75093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.81%

 BLUE value IS 61 (24.22% from 255) = 32.62%

R = 62.57%
G = 4.81%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75093D (or 0x75093D) is known color: Tyrian Purple. HEX triplet: 75, 09 and 3D. RGB value is (117,9,61). Sum of RGB (Red+Green+Blue) = 117+9+61=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #75093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75093D is #8AF6C2. Grayscale: #2F2F2F. Windows color (decimal): -9107139 or 4000117. OLE color: 4000117.

HSL color Cylindrical-coordinate representation of color #75093D: hue angle of 331.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75093D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 9 61 -
CMYK 0 0.92 0.48 0.54
HSL 331.11º 0.86% 0.25% -
HSV(B) 331.11º 0.92% 0.46% -
XYZ 8.28 4.31 4.81 -
YUV 47.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 117 9 61 0 0.92 0.48 0.54 331.11 0.86 0.25
Hex 75 9 3D 0 5C 30 36 14B 56 19
Octal 165 11 75 0 134 60 66 513 126 31
Binary 1110101 1001 111101 0 1011100 110000 110110 101001011 1010110 11001

Color Harmonies of #75093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75093D

Black with #75093D

Text Example


Text Example

White with #75093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75093D; }

 p { color: rgb(117,9,61); }

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

background-color css

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

 a { background-color: rgb(117,9,61); }

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

border-color css

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

 span { border-color: rgb(117,9,61); }

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