Html Css Color HEX #75083C Tyrian Purple

📋 copy color: '#75083C'

red 117 ◦ green 8 ◦ blue 60

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

Shades of Tyrian Purple #75083C

Tints of Tyrian Purple #75083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 63.24%
G = 4.32%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75083C (or 0x75083C) is known color: Tyrian Purple. HEX triplet: 75, 08 and 3C. RGB value is (117,8,60). Sum of RGB (Red+Green+Blue) = 117+8+60=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75083C is #8AF7C3. Grayscale: #2E2E2E. Windows color (decimal): -9107396 or 3934325. OLE color: 3934325.

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

Color convert

RGB 117 8 60 -
CMYK 0 0.93 0.49 0.54
HSL 331.38º 0.87% 0.25% -
HSV(B) 331.38º 0.93% 0.46% -
XYZ 8.24 4.28 4.67 -
YUV 46.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 117 8 60 0 0.93 0.49 0.54 331.38 0.87 0.25
Hex 75 8 3C 0 5D 31 36 14B 57 19
Octal 165 10 74 0 135 61 66 513 127 31
Binary 1110101 1000 111100 0 1011101 110001 110110 101001011 1010111 11001

Color Harmonies of #75083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75083C

Black with #75083C

Text Example


Text Example

White with #75083C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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