Html Css Color HEX #75033A Tyrian Purple

📋 copy color: '#75033A'

red 117 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #75033A

Tints of Tyrian Purple #75033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 65.73%
G = 1.69%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75033A (or 0x75033A) is known color: Tyrian Purple. HEX triplet: 75, 03 and 3A. RGB value is (117,3,58). Sum of RGB (Red+Green+Blue) = 117+3+58=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75033A is #8AFCC5. Grayscale: #2B2B2B. Windows color (decimal): -9108678 or 3801973. OLE color: 3801973.

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

Color convert

RGB 117 3 58 -
CMYK 0 0.97 0.50 0.54
HSL 331.05º 0.95% 0.24% -
HSV(B) 331.05º 0.97% 0.46% -
XYZ 8.13 4.15 4.38 -
YUV 43.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 117 3 58 0 0.97 0.50 0.54 331.05 0.95 0.24
Hex 75 3 3A 0 61 32 36 14B 5F 18
Octal 165 3 72 0 141 62 66 513 137 30
Binary 1110101 11 111010 0 1100001 110010 110110 101001011 1011111 11000

Color Harmonies of #75033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75033A

Black with #75033A

Text Example


Text Example

White with #75033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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