Html Css Color HEX #75033D Tyrian Purple

📋 copy color: '#75033D'

red 117 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #75033D

Tints of Tyrian Purple #75033D

RGB

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

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

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

R = 64.64%
G = 1.66%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75033D (or 0x75033D) is known color: Tyrian Purple. HEX triplet: 75, 03 and 3D. RGB value is (117,3,61). Sum of RGB (Red+Green+Blue) = 117+3+61=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75033D is #8AFCC2. Grayscale: #2B2B2B. Windows color (decimal): -9108675 or 3998581. OLE color: 3998581.

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

Color convert

RGB 117 3 61 -
CMYK 0 0.97 0.48 0.54
HSL 329.47º 0.95% 0.24% -
HSV(B) 329.47º 0.97% 0.46% -
XYZ 8.21 4.18 4.79 -
YUV 43.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 117 3 61 0 0.97 0.48 0.54 329.47 0.95 0.24
Hex 75 3 3D 0 61 30 36 149 5F 18
Octal 165 3 75 0 141 60 66 511 137 30
Binary 1110101 11 111101 0 1100001 110000 110110 101001001 1011111 11000

Color Harmonies of #75033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75033D

Black with #75033D

Text Example


Text Example

White with #75033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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