Html Css Color HEX #75003D Tyrian Purple

📋 copy color: '#75003D'

red 117 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #75003D

Tints of Tyrian Purple #75003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.73%
G = 0%
B = 34.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75003D (or 0x75003D) is known color: Tyrian Purple. HEX triplet: 75, 00 and 3D. RGB value is (117,0,61). Sum of RGB (Red+Green+Blue) = 117+0+61=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75003D is #8AFFC2. Grayscale: #292929. Windows color (decimal): -9109443 or 3997813. OLE color: 3997813.

HSL color Cylindrical-coordinate representation of color #75003D: hue angle of 328.72º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75003D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 61 -
CMYK 0 1 0.48 0.54
HSL 328.72º 1% 0.23% -
HSV(B) 328.72º 1% 0.46% -
XYZ 8.18 4.12 4.78 -
YUV 41.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 117 0 61 0 1 0.48 0.54 328.72 1 0.23
Hex 75 0 3D 0 64 30 36 149 64 17
Octal 165 0 75 0 144 60 66 511 144 27
Binary 1110101 0 111101 0 1100100 110000 110110 101001001 1100100 10111

Color Harmonies of #75003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75003D

Black with #75003D

Text Example


Text Example

White with #75003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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