Html Css Color HEX #60063D Tyrian Purple

📋 copy color: '#60063D'

red 96 ◦ green 6 ◦ blue 61

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

Shades of Tyrian Purple #60063D

Tints of Tyrian Purple #60063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 61 (24.22% from 255) = 37.42%

R = 58.9%
G = 3.68%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#60063D (or 0x60063D) is known color: Tyrian Purple. HEX triplet: 60, 06 and 3D. RGB value is (96,6,61). Sum of RGB (Red+Green+Blue) = 96+6+61=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60063D is #9FF9C2. Grayscale: #272727. Windows color (decimal): -10484163 or 3999328. OLE color: 3999328.

HSL color Cylindrical-coordinate representation of color #60063D: hue angle of 323.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60063D is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 61 -
CMYK 0 0.94 0.36 0.62
HSL 323.33º 0.88% 0.2% -
HSV(B) 323.33º 0.94% 0.38% -
XYZ 5.73 2.95 4.68 -
YUV 39.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 96 6 61 0 0.94 0.36 0.62 323.33 0.88 0.2
Hex 60 6 3D 0 5E 24 3E 143 58 14
Octal 140 6 75 0 136 44 76 503 130 24
Binary 1100000 110 111101 0 1011110 100100 111110 101000011 1011000 10100

Color Harmonies of #60063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60063D

Black with #60063D

Text Example


Text Example

White with #60063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60063D; }

 p { color: rgb(96,6,61); }

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

background-color css

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

 a { background-color: rgb(96,6,61); }

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

border-color css

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

 span { border-color: rgb(96,6,61); }

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