Html Css Color HEX #780238 Tyrian Purple

📋 copy color: '#780238'

red 120 ◦ green 2 ◦ blue 56

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

Shades of Tyrian Purple #780238

Tints of Tyrian Purple #780238

RGB

 RED value IS 120 (47.27% from 255) = 67.42%

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 56 (22.27% from 255) = 31.46%

R = 67.42%
G = 1.12%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#780238 (or 0x780238) is known color: Tyrian Purple. HEX triplet: 78, 02 and 38. RGB value is (120,2,56). Sum of RGB (Red+Green+Blue) = 120+2+56=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780238 is #87FDC7. Grayscale: #2B2B2B. Windows color (decimal): -8912328 or 3670648. OLE color: 3670648.

HSL color Cylindrical-coordinate representation of color #780238: hue angle of 332.54º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780238 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 2 56 -
CMYK 0 0.98 0.53 0.53
HSL 332.54º 0.97% 0.24% -
HSV(B) 332.54º 0.98% 0.47% -
XYZ 8.48 4.32 4.13 -
YUV 43.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 120 2 56 0 0.98 0.53 0.53 332.54 0.97 0.24
Hex 78 2 38 0 62 35 35 14D 61 18
Octal 170 2 70 0 142 65 65 515 141 30
Binary 1111000 10 111000 0 1100010 110101 110101 101001101 1100001 11000

Color Harmonies of #780238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780238

Black with #780238

Text Example


Text Example

White with #780238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780238; }

 p { color: rgb(120,2,56); }

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

background-color css

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

 a { background-color: rgb(120,2,56); }

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

border-color css

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

 span { border-color: rgb(120,2,56); }

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