Html Css Color HEX #60093B Tyrian Purple

📋 copy color: '#60093B'

red 96 ◦ green 9 ◦ blue 59

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

Shades of Tyrian Purple #60093B

Tints of Tyrian Purple #60093B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

 BLUE value IS 59 (23.44% from 255) = 35.98%

R = 58.54%
G = 5.49%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60093B (or 0x60093B) is known color: Tyrian Purple. HEX triplet: 60, 09 and 3B. RGB value is (96,9,59). Sum of RGB (Red+Green+Blue) = 96+9+59=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #60093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60093B is #9FF6C4. Grayscale: #282828. Windows color (decimal): -10483397 or 3869024. OLE color: 3869024.

HSL color Cylindrical-coordinate representation of color #60093B: hue angle of 325.52º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60093B is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 59 -
CMYK 0 0.91 0.39 0.62
HSL 325.52º 0.83% 0.21% -
HSV(B) 325.52º 0.91% 0.38% -
XYZ 5.71 3 4.42 -
YUV 40.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 96 9 59 0 0.91 0.39 0.62 325.52 0.83 0.21
Hex 60 9 3B 0 5B 27 3E 146 53 15
Octal 140 11 73 0 133 47 76 506 123 25
Binary 1100000 1001 111011 0 1011011 100111 111110 101000110 1010011 10101

Color Harmonies of #60093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60093B

Black with #60093B

Text Example


Text Example

White with #60093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60093B; }

 p { color: rgb(96,9,59); }

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

background-color css

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

 a { background-color: rgb(96,9,59); }

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

border-color css

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

 span { border-color: rgb(96,9,59); }

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