Html Css Color HEX #75083D Tyrian Purple

📋 copy color: '#75083D'

red 117 ◦ green 8 ◦ blue 61

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

Shades of Tyrian Purple #75083D

Tints of Tyrian Purple #75083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

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

R = 62.9%
G = 4.3%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75083D (or 0x75083D) is known color: Tyrian Purple. HEX triplet: 75, 08 and 3D. RGB value is (117,8,61). Sum of RGB (Red+Green+Blue) = 117+8+61=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75083D is #8AF7C2. Grayscale: #2E2E2E. Windows color (decimal): -9107395 or 3999861. OLE color: 3999861.

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

Color convert

RGB 117 8 61 -
CMYK 0 0.93 0.48 0.54
HSL 330.83º 0.87% 0.25% -
HSV(B) 330.83º 0.93% 0.46% -
XYZ 8.27 4.29 4.81 -
YUV 46.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 117 8 61 0 0.93 0.48 0.54 330.83 0.87 0.25
Hex 75 8 3D 0 5D 30 36 14B 57 19
Octal 165 10 75 0 135 60 66 513 127 31
Binary 1110101 1000 111101 0 1011101 110000 110110 101001011 1010111 11001

Color Harmonies of #75083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75083D

Black with #75083D

Text Example


Text Example

White with #75083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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