Html Css Color HEX #60063F Tyrian Purple

📋 copy color: '#60063F'

red 96 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #60063F

Tints of Tyrian Purple #60063F

RGB

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

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

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

R = 58.18%
G = 3.64%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60063F (or 0x60063F) is known color: Tyrian Purple. HEX triplet: 60, 06 and 3F. RGB value is (96,6,63). Sum of RGB (Red+Green+Blue) = 96+6+63=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60063F is #9FF9C0. Grayscale: #272727. Windows color (decimal): -10484161 or 4130400. OLE color: 4130400.

HSL color Cylindrical-coordinate representation of color #60063F: hue angle of 322º 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 #60063F is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 63 -
CMYK 0 0.94 0.34 0.62
HSL 322º 0.88% 0.2% -
HSV(B) 322º 0.94% 0.38% -
XYZ 5.79 2.98 4.97 -
YUV 39.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 96 6 63 0 0.94 0.34 0.62 322 0.88 0.2
Hex 60 6 3F 0 5E 22 3E 142 58 14
Octal 140 6 77 0 136 42 76 502 130 24
Binary 1100000 110 111111 0 1011110 100010 111110 101000010 1011000 10100

Color Harmonies of #60063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60063F

Black with #60063F

Text Example


Text Example

White with #60063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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