Html Css Color HEX #60123F Tyrian Purple

📋 copy color: '#60123F'

red 96 ◦ green 18 ◦ blue 63

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

Shades of Tyrian Purple #60123F

Tints of Tyrian Purple #60123F

RGB

 RED value IS 96 (37.89% from 255) = 54.24%

 GREEN value IS 18 (7.42% from 255) = 10.17%

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

R = 54.24%
G = 10.17%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60123F (or 0x60123F) is known color: Tyrian Purple. HEX triplet: 60, 12 and 3F. RGB value is (96,18,63). Sum of RGB (Red+Green+Blue) = 96+18+63=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60123F is #9FEDC0. Grayscale: #2E2E2E. Windows color (decimal): -10481089 or 4133472. OLE color: 4133472.

HSL color Cylindrical-coordinate representation of color #60123F: hue angle of 325.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60123F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 63 -
CMYK 0 0.81 0.34 0.62
HSL 325.38º 0.68% 0.22% -
HSV(B) 325.38º 0.81% 0.38% -
XYZ 5.94 3.28 5.02 -
YUV 46.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 96 18 63 0 0.81 0.34 0.62 325.38 0.68 0.22
Hex 60 12 3F 0 51 22 3E 145 44 16
Octal 140 22 77 0 121 42 76 505 104 26
Binary 1100000 10010 111111 0 1010001 100010 111110 101000101 1000100 10110

Color Harmonies of #60123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60123F

Black with #60123F

Text Example


Text Example

White with #60123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,18,63); }

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

background-color css

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

 a { background-color: rgb(96,18,63); }

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

border-color css

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

 span { border-color: rgb(96,18,63); }

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