Html Css Color HEX #750641 Tyrian Purple

📋 copy color: '#750641'

red 117 ◦ green 6 ◦ blue 65

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

Shades of Tyrian Purple #750641

Tints of Tyrian Purple #750641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 62.23%
G = 3.19%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#750641 (or 0x750641) is known color: Tyrian Purple. HEX triplet: 75, 06 and 41. RGB value is (117,6,65). Sum of RGB (Red+Green+Blue) = 117+6+65=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #750641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750641 is #8AF9BE. Grayscale: #2D2D2D. Windows color (decimal): -9107903 or 4261493. OLE color: 4261493.

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

Color convert

RGB 117 6 65 -
CMYK 0 0.95 0.44 0.54
HSL 328.11º 0.9% 0.24% -
HSV(B) 328.11º 0.95% 0.46% -
XYZ 8.36 4.29 5.39 -
YUV 45.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 117 6 65 0 0.95 0.44 0.54 328.11 0.9 0.24
Hex 75 6 41 0 5F 2C 36 148 5A 18
Octal 165 6 101 0 137 54 66 510 132 30
Binary 1110101 110 1000001 0 1011111 101100 110110 101001000 1011010 11000

Color Harmonies of #750641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750641

Black with #750641

Text Example


Text Example

White with #750641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750641; }

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

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

background-color css

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

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

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

border-color css

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

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

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