Html Css Color HEX #78023F Tyrian Purple

📋 copy color: '#78023F'

red 120 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #78023F

Tints of Tyrian Purple #78023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.05%

R = 64.86%
G = 1.08%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78023F (or 0x78023F) is known color: Tyrian Purple. HEX triplet: 78, 02 and 3F. RGB value is (120,2,63). Sum of RGB (Red+Green+Blue) = 120+2+63=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78023F is #87FDC0. Grayscale: #2C2C2C. Windows color (decimal): -8912321 or 4129400. OLE color: 4129400.

HSL color Cylindrical-coordinate representation of color #78023F: hue angle of 328.98º 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 #78023F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 2 63 -
CMYK 0 0.98 0.48 0.53
HSL 328.98º 0.97% 0.24% -
HSV(B) 328.98º 0.98% 0.47% -
XYZ 8.66 4.4 5.09 -
YUV 44.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 120 2 63 0 0.98 0.48 0.53 328.98 0.97 0.24
Hex 78 2 3F 0 62 30 35 149 61 18
Octal 170 2 77 0 142 60 65 511 141 30
Binary 1111000 10 111111 0 1100010 110000 110101 101001001 1100001 11000

Color Harmonies of #78023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78023F

Black with #78023F

Text Example


Text Example

White with #78023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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