Html Css Color HEX #60033D Tyrian Purple

📋 copy color: '#60033D'

red 96 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #60033D

Tints of Tyrian Purple #60033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

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

R = 60%
G = 1.88%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#60033D (or 0x60033D) is known color: Tyrian Purple. HEX triplet: 60, 03 and 3D. RGB value is (96,3,61). Sum of RGB (Red+Green+Blue) = 96+3+61=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60033D is #9FFCC2. Grayscale: #252525. Windows color (decimal): -10484931 or 3998560. OLE color: 3998560.

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

Color convert

RGB 96 3 61 -
CMYK 0 0.97 0.36 0.62
HSL 322.58º 0.94% 0.19% -
HSV(B) 322.58º 0.97% 0.38% -
XYZ 5.7 2.89 4.67 -
YUV 37.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 96 3 61 0 0.97 0.36 0.62 322.58 0.94 0.19
Hex 60 3 3D 0 61 24 3E 143 5E 13
Octal 140 3 75 0 141 44 76 503 136 23
Binary 1100000 11 111101 0 1100001 100100 111110 101000011 1011110 10011

Color Harmonies of #60033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60033D

Black with #60033D

Text Example


Text Example

White with #60033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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