Html Css Color HEX #750635 Tyrian Purple

📋 copy color: '#750635'

red 117 ◦ green 6 ◦ blue 53

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

Shades of Tyrian Purple #750635

Tints of Tyrian Purple #750635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 66.48%
G = 3.41%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#750635 (or 0x750635) is known color: Tyrian Purple. HEX triplet: 75, 06 and 35. RGB value is (117,6,53). Sum of RGB (Red+Green+Blue) = 117+6+53=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #750635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750635 is #8AF9CA. Grayscale: #2C2C2C. Windows color (decimal): -9107915 or 3475061. OLE color: 3475061.

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

Color convert

RGB 117 6 53 -
CMYK 0 0.95 0.55 0.54
HSL 334.59º 0.9% 0.24% -
HSV(B) 334.59º 0.95% 0.46% -
XYZ 8.04 4.17 3.75 -
YUV 44.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 117 6 53 0 0.95 0.55 0.54 334.59 0.9 0.24
Hex 75 6 35 0 5F 37 36 14F 5A 18
Octal 165 6 65 0 137 67 66 517 132 30
Binary 1110101 110 110101 0 1011111 110111 110110 101001111 1011010 11000

Color Harmonies of #750635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750635

Black with #750635

Text Example


Text Example

White with #750635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750635; }

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

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

background-color css

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

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

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

border-color css

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

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

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