Html Css Color HEX #75063F Tyrian Purple

📋 copy color: '#75063F'

red 117 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #75063F

Tints of Tyrian Purple #75063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.87%

R = 62.9%
G = 3.23%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75063F (or 0x75063F) is known color: Tyrian Purple. HEX triplet: 75, 06 and 3F. RGB value is (117,6,63). Sum of RGB (Red+Green+Blue) = 117+6+63=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75063F is #8AF9C0. Grayscale: #2D2D2D. Windows color (decimal): -9107905 or 4130421. OLE color: 4130421.

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

Color convert

RGB 117 6 63 -
CMYK 0 0.95 0.46 0.54
HSL 329.19º 0.9% 0.24% -
HSV(B) 329.19º 0.95% 0.46% -
XYZ 8.3 4.27 5.09 -
YUV 45.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 117 6 63 0 0.95 0.46 0.54 329.19 0.9 0.24
Hex 75 6 3F 0 5F 2E 36 149 5A 18
Octal 165 6 77 0 137 56 66 511 132 30
Binary 1110101 110 111111 0 1011111 101110 110110 101001001 1011010 11000

Color Harmonies of #75063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75063F

Black with #75063F

Text Example


Text Example

White with #75063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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