Html Css Color HEX #60023C Tyrian Purple

📋 copy color: '#60023C'

red 96 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #60023C

Tints of Tyrian Purple #60023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.97%

R = 60.76%
G = 1.27%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#60023C (or 0x60023C) is known color: Tyrian Purple. HEX triplet: 60, 02 and 3C. RGB value is (96,2,60). Sum of RGB (Red+Green+Blue) = 96+2+60=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60023C is #9FFDC3. Grayscale: #242424. Windows color (decimal): -10485188 or 3932768. OLE color: 3932768.

HSL color Cylindrical-coordinate representation of color #60023C: hue angle of 322.98º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60023C is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 60 -
CMYK 0 0.98 0.38 0.62
HSL 322.98º 0.96% 0.19% -
HSV(B) 322.98º 0.98% 0.38% -
XYZ 5.66 2.86 4.53 -
YUV 36.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 96 2 60 0 0.98 0.38 0.62 322.98 0.96 0.19
Hex 60 2 3C 0 62 26 3E 143 60 13
Octal 140 2 74 0 142 46 76 503 140 23
Binary 1100000 10 111100 0 1100010 100110 111110 101000011 1100000 10011

Color Harmonies of #60023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60023C

Black with #60023C

Text Example


Text Example

White with #60023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60023C; }

 p { color: rgb(96,2,60); }

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

background-color css

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

 a { background-color: rgb(96,2,60); }

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

border-color css

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

 span { border-color: rgb(96,2,60); }

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