Html Css Color HEX #780234 Tyrian Purple

📋 copy color: '#780234'

red 120 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #780234

Tints of Tyrian Purple #780234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.89%

R = 68.97%
G = 1.15%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#780234 (or 0x780234) is known color: Tyrian Purple. HEX triplet: 78, 02 and 34. RGB value is (120,2,52). Sum of RGB (Red+Green+Blue) = 120+2+52=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #780234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780234 is #87FDCB. Grayscale: #2A2A2A. Windows color (decimal): -8912332 or 3408504. OLE color: 3408504.

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

Color convert

RGB 120 2 52 -
CMYK 0 0.98 0.57 0.53
HSL 334.58º 0.97% 0.24% -
HSV(B) 334.58º 0.98% 0.47% -
XYZ 8.39 4.28 3.63 -
YUV 42.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 120 2 52 0 0.98 0.57 0.53 334.58 0.97 0.24
Hex 78 2 34 0 62 39 35 14F 61 18
Octal 170 2 64 0 142 71 65 517 141 30
Binary 1111000 10 110100 0 1100010 111001 110101 101001111 1100001 11000

Color Harmonies of #780234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780234

Black with #780234

Text Example


Text Example

White with #780234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780234; }

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

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

background-color css

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

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

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

border-color css

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

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

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