Html Css Color HEX #75033C Tyrian Purple

📋 copy color: '#75033C'

red 117 ◦ green 3 ◦ blue 60

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

Shades of Tyrian Purple #75033C

Tints of Tyrian Purple #75033C

RGB

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

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

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

R = 65%
G = 1.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75033C (or 0x75033C) is known color: Tyrian Purple. HEX triplet: 75, 03 and 3C. RGB value is (117,3,60). Sum of RGB (Red+Green+Blue) = 117+3+60=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75033C is #8AFCC3. Grayscale: #2B2B2B. Windows color (decimal): -9108676 or 3933045. OLE color: 3933045.

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

Color convert

RGB 117 3 60 -
CMYK 0 0.97 0.49 0.54
HSL 330º 0.95% 0.24% -
HSV(B) 330º 0.97% 0.46% -
XYZ 8.18 4.17 4.65 -
YUV 43.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 117 3 60 0 0.97 0.49 0.54 330 0.95 0.24
Hex 75 3 3C 0 61 31 36 14A 5F 18
Octal 165 3 74 0 141 61 66 512 137 30
Binary 1110101 11 111100 0 1100001 110001 110110 101001010 1011111 11000

Color Harmonies of #75033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75033C

Black with #75033C

Text Example


Text Example

White with #75033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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