Html Css Color HEX #75083B Tyrian Purple

📋 copy color: '#75083B'

red 117 ◦ green 8 ◦ blue 59

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

Shades of Tyrian Purple #75083B

Tints of Tyrian Purple #75083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.07%

R = 63.59%
G = 4.35%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75083B (or 0x75083B) is known color: Tyrian Purple. HEX triplet: 75, 08 and 3B. RGB value is (117,8,59). Sum of RGB (Red+Green+Blue) = 117+8+59=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75083B is #8AF7C4. Grayscale: #2E2E2E. Windows color (decimal): -9107397 or 3868789. OLE color: 3868789.

HSL color Cylindrical-coordinate representation of color #75083B: hue angle of 331.93º 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 #75083B is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 59 -
CMYK 0 0.93 0.50 0.54
HSL 331.93º 0.87% 0.25% -
HSV(B) 331.93º 0.93% 0.46% -
XYZ 8.21 4.27 4.53 -
YUV 46.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 117 8 59 0 0.93 0.50 0.54 331.93 0.87 0.25
Hex 75 8 3B 0 5D 32 36 14C 57 19
Octal 165 10 73 0 135 62 66 514 127 31
Binary 1110101 1000 111011 0 1011101 110010 110110 101001100 1010111 11001

Color Harmonies of #75083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75083B

Black with #75083B

Text Example


Text Example

White with #75083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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