Html Css Color HEX #75023D Tyrian Purple

📋 copy color: '#75023D'

red 117 ◦ green 2 ◦ blue 61

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

Shades of Tyrian Purple #75023D

Tints of Tyrian Purple #75023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

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

R = 65%
G = 1.11%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75023D (or 0x75023D) is known color: Tyrian Purple. HEX triplet: 75, 02 and 3D. RGB value is (117,2,61). Sum of RGB (Red+Green+Blue) = 117+2+61=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75023D is #8AFDC2. Grayscale: #2A2A2A. Windows color (decimal): -9108931 or 3998325. OLE color: 3998325.

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

Color convert

RGB 117 2 61 -
CMYK 0 0.98 0.48 0.54
HSL 329.22º 0.97% 0.23% -
HSV(B) 329.22º 0.98% 0.46% -
XYZ 8.2 4.16 4.79 -
YUV 43.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 117 2 61 0 0.98 0.48 0.54 329.22 0.97 0.23
Hex 75 2 3D 0 62 30 36 149 61 17
Octal 165 2 75 0 142 60 66 511 141 27
Binary 1110101 10 111101 0 1100010 110000 110110 101001001 1100001 10111

Color Harmonies of #75023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75023D

Black with #75023D

Text Example


Text Example

White with #75023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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