Html Css Color HEX #75063B Tyrian Purple

📋 copy color: '#75063B'

red 117 ◦ green 6 ◦ blue 59

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

Shades of Tyrian Purple #75063B

Tints of Tyrian Purple #75063B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.42%

R = 64.29%
G = 3.3%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75063B (or 0x75063B) is known color: Tyrian Purple. HEX triplet: 75, 06 and 3B. RGB value is (117,6,59). Sum of RGB (Red+Green+Blue) = 117+6+59=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #75063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75063B is #8AF9C4. Grayscale: #2D2D2D. Windows color (decimal): -9107909 or 3868277. OLE color: 3868277.

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

Color convert

RGB 117 6 59 -
CMYK 0 0.95 0.50 0.54
HSL 331.35º 0.9% 0.24% -
HSV(B) 331.35º 0.95% 0.46% -
XYZ 8.19 4.23 4.52 -
YUV 45.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 117 6 59 0 0.95 0.50 0.54 331.35 0.9 0.24
Hex 75 6 3B 0 5F 32 36 14B 5A 18
Octal 165 6 73 0 137 62 66 513 132 30
Binary 1110101 110 111011 0 1011111 110010 110110 101001011 1011010 11000

Color Harmonies of #75063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75063B

Black with #75063B

Text Example


Text Example

White with #75063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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