Html Css Color HEX #75063E Tyrian Purple

📋 copy color: '#75063E'

red 117 ◦ green 6 ◦ blue 62

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

Shades of Tyrian Purple #75063E

Tints of Tyrian Purple #75063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 63.24%
G = 3.24%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75063E (or 0x75063E) is known color: Tyrian Purple. HEX triplet: 75, 06 and 3E. RGB value is (117,6,62). Sum of RGB (Red+Green+Blue) = 117+6+62=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75063E is #8AF9C1. Grayscale: #2D2D2D. Windows color (decimal): -9107906 or 4064885. OLE color: 4064885.

HSL color Cylindrical-coordinate representation of color #75063E: hue angle of 329.73º 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 #75063E is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 62 -
CMYK 0 0.95 0.47 0.54
HSL 329.73º 0.9% 0.24% -
HSV(B) 329.73º 0.95% 0.46% -
XYZ 8.27 4.26 4.94 -
YUV 45.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 117 6 62 0 0.95 0.47 0.54 329.73 0.9 0.24
Hex 75 6 3E 0 5F 2F 36 14A 5A 18
Octal 165 6 76 0 137 57 66 512 132 30
Binary 1110101 110 111110 0 1011111 101111 110110 101001010 1011010 11000

Color Harmonies of #75063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75063E

Black with #75063E

Text Example


Text Example

White with #75063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75063E; }

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

 H1.HeaderClassName
 {
   color: #75063E;
 }
 .AnyTagClassName
 {
   color: #75063E;
 }
</style>

background-color css

<style>
 a { background-color: #75063E; }

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

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

border-color css

<style>
 span { border-color: #75063E; }

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

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