Html Css Color HEX #60104B Tyrian Purple

📋 copy color: '#60104B'

red 96 ◦ green 16 ◦ blue 75

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

Shades of Tyrian Purple #60104B

Tints of Tyrian Purple #60104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 51.34%
G = 8.56%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#60104B (or 0x60104B) is known color: Tyrian Purple. HEX triplet: 60, 10 and 4B. RGB value is (96,16,75). Sum of RGB (Red+Green+Blue) = 96+16+75=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60104B is #9FEFB4. Grayscale: #2E2E2E. Windows color (decimal): -10481589 or 4919392. OLE color: 4919392.

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

Color convert

RGB 96 16 75 -
CMYK 0 0.83 0.22 0.62
HSL 315.75º 0.71% 0.22% -
HSV(B) 315.75º 0.83% 0.38% -
XYZ 6.28 3.37 6.98 -
YUV 46.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 96 16 75 0 0.83 0.22 0.62 315.75 0.71 0.22
Hex 60 10 4B 0 53 16 3E 13C 47 16
Octal 140 20 113 0 123 26 76 474 107 26
Binary 1100000 10000 1001011 0 1010011 10110 111110 100111100 1000111 10110

Color Harmonies of #60104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60104B

Black with #60104B

Text Example


Text Example

White with #60104B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,16,75); }

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

background-color css

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

 a { background-color: rgb(96,16,75); }

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

border-color css

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

 span { border-color: rgb(96,16,75); }

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