Html Css Color HEX #750653 Tyrian Purple

📋 copy color: '#750653'

red 117 ◦ green 6 ◦ blue 83

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

Shades of Tyrian Purple #750653

Tints of Tyrian Purple #750653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 56.8%
G = 2.91%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#750653 (or 0x750653) is known color: Tyrian Purple. HEX triplet: 75, 06 and 53. RGB value is (117,6,83). Sum of RGB (Red+Green+Blue) = 117+6+83=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #750653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750653 is #8AF9AC. Grayscale: #2F2F2F. Windows color (decimal): -9107885 or 5441141. OLE color: 5441141.

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

Color convert

RGB 117 6 83 -
CMYK 0 0.95 0.29 0.54
HSL 318.38º 0.9% 0.24% -
HSV(B) 318.38º 0.95% 0.46% -
XYZ 8.96 4.54 8.59 -
YUV 47.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 117 6 83 0 0.95 0.29 0.54 318.38 0.9 0.24
Hex 75 6 53 0 5F 1D 36 13E 5A 18
Octal 165 6 123 0 137 35 66 476 132 30
Binary 1110101 110 1010011 0 1011111 11101 110110 100111110 1011010 11000

Color Harmonies of #750653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750653

Black with #750653

Text Example


Text Example

White with #750653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750653; }

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

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

background-color css

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

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

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

border-color css

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

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

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