Html Css Color HEX #740648 Tyrian Purple

📋 copy color: '#740648'

red 116 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #740648

Tints of Tyrian Purple #740648

RGB

 RED value IS 116 (45.7% from 255) = 59.79%

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

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 59.79%
G = 3.09%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#740648 (or 0x740648) is known color: Tyrian Purple. HEX triplet: 74, 06 and 48. RGB value is (116,6,72). Sum of RGB (Red+Green+Blue) = 116+6+72=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #740648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740648 is #8BF9B7. Grayscale: #2E2E2E. Windows color (decimal): -9173432 or 4720244. OLE color: 4720244.

HSL color Cylindrical-coordinate representation of color #740648: hue angle of 324º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740648 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 6 72 -
CMYK 0 0.95 0.38 0.55
HSL 324º 0.9% 0.24% -
HSV(B) 324º 0.95% 0.45% -
XYZ 8.44 4.31 6.52 -
YUV 46.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 116 6 72 0 0.95 0.38 0.55 324 0.9 0.24
Hex 74 6 48 0 5F 26 37 144 5A 18
Octal 164 6 110 0 137 46 67 504 132 30
Binary 1110100 110 1001000 0 1011111 100110 110111 101000100 1011010 11000

Color Harmonies of #740648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740648

Black with #740648

Text Example


Text Example

White with #740648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740648; }

 p { color: rgb(116,6,72); }

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

background-color css

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

 a { background-color: rgb(116,6,72); }

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

border-color css

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

 span { border-color: rgb(116,6,72); }

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