Html Css Color HEX #75064D Tyrian Purple

📋 copy color: '#75064D'

red 117 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #75064D

Tints of Tyrian Purple #75064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

 BLUE value IS 77 (30.47% from 255) = 38.5%

R = 58.5%
G = 3%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75064D (or 0x75064D) is known color: Tyrian Purple. HEX triplet: 75, 06 and 4D. RGB value is (117,6,77). Sum of RGB (Red+Green+Blue) = 117+6+77=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75064D is #8AF9B2. Grayscale: #2F2F2F. Windows color (decimal): -9107891 or 5047925. OLE color: 5047925.

HSL color Cylindrical-coordinate representation of color #75064D: hue angle of 321.62º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75064D is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 77 -
CMYK 0 0.95 0.34 0.54
HSL 321.62º 0.9% 0.24% -
HSV(B) 321.62º 0.95% 0.46% -
XYZ 8.74 4.45 7.42 -
YUV 47.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 117 6 77 0 0.95 0.34 0.54 321.62 0.9 0.24
Hex 75 6 4D 0 5F 22 36 142 5A 18
Octal 165 6 115 0 137 42 66 502 132 30
Binary 1110101 110 1001101 0 1011111 100010 110110 101000010 1011010 11000

Color Harmonies of #75064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75064D

Black with #75064D

Text Example


Text Example

White with #75064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,6,77); }

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

background-color css

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

 a { background-color: rgb(117,6,77); }

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

border-color css

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

 span { border-color: rgb(117,6,77); }

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