Html Css Color HEX #62073D Tyrian Purple

📋 copy color: '#62073D'

red 98 ◦ green 7 ◦ blue 61

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

Shades of Tyrian Purple #62073D

Tints of Tyrian Purple #62073D

RGB

 RED value IS 98 (38.67% from 255) = 59.04%

 GREEN value IS 7 (3.13% from 255) = 4.22%

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

R = 59.04%
G = 4.22%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#62073D (or 0x62073D) is known color: Tyrian Purple. HEX triplet: 62, 07 and 3D. RGB value is (98,7,61). Sum of RGB (Red+Green+Blue) = 98+7+61=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62073D is #9DF8C2. Grayscale: #282828. Windows color (decimal): -10352835 or 3999586. OLE color: 3999586.

HSL color Cylindrical-coordinate representation of color #62073D: hue angle of 324.4º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62073D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 7 61 -
CMYK 0 0.93 0.38 0.62
HSL 324.4º 0.87% 0.21% -
HSV(B) 324.4º 0.93% 0.38% -
XYZ 5.96 3.09 4.7 -
YUV 40.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 98 7 61 0 0.93 0.38 0.62 324.4 0.87 0.21
Hex 62 7 3D 0 5D 26 3E 144 57 15
Octal 142 7 75 0 135 46 76 504 127 25
Binary 1100010 111 111101 0 1011101 100110 111110 101000100 1010111 10101

Color Harmonies of #62073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62073D

Black with #62073D

Text Example


Text Example

White with #62073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,7,61); }

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

background-color css

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

 a { background-color: rgb(98,7,61); }

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

border-color css

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

 span { border-color: rgb(98,7,61); }

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