Html Css Color HEX #750654 Tyrian Purple

📋 copy color: '#750654'

red 117 ◦ green 6 ◦ blue 84

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

Shades of Tyrian Purple #750654

Tints of Tyrian Purple #750654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.58%

R = 56.52%
G = 2.9%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#750654 (or 0x750654) is known color: Tyrian Purple. HEX triplet: 75, 06 and 54. RGB value is (117,6,84). Sum of RGB (Red+Green+Blue) = 117+6+84=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #750654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750654 is #8AF9AB. Grayscale: #2F2F2F. Windows color (decimal): -9107884 or 5506677. OLE color: 5506677.

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

Color convert

RGB 117 6 84 -
CMYK 0 0.95 0.28 0.54
HSL 317.84º 0.9% 0.24% -
HSV(B) 317.84º 0.95% 0.46% -
XYZ 9 4.55 8.79 -
YUV 48.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 117 6 84 0 0.95 0.28 0.54 317.84 0.9 0.24
Hex 75 6 54 0 5F 1C 36 13E 5A 18
Octal 165 6 124 0 137 34 66 476 132 30
Binary 1110101 110 1010100 0 1011111 11100 110110 100111110 1011010 11000

Color Harmonies of #750654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750654

Black with #750654

Text Example


Text Example

White with #750654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750654; }

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

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

background-color css

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

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

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

border-color css

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

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

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