Html Css Color HEX #62072A Tyrian Purple

📋 copy color: '#62072A'

red 98 ◦ green 7 ◦ blue 42

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

Shades of Tyrian Purple #62072A

Tints of Tyrian Purple #62072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 66.67%
G = 4.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#62072A (or 0x62072A) is known color: Tyrian Purple. HEX triplet: 62, 07 and 2A. RGB value is (98,7,42). Sum of RGB (Red+Green+Blue) = 98+7+42=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62072A is #9DF8D5. Grayscale: #262626. Windows color (decimal): -10352854 or 2754402. OLE color: 2754402.

HSL color Cylindrical-coordinate representation of color #62072A: hue angle of 336.92º 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 #62072A is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 7 42 -
CMYK 0 0.93 0.57 0.62
HSL 336.92º 0.87% 0.21% -
HSV(B) 336.92º 0.93% 0.38% -
XYZ 5.53 2.92 2.46 -
YUV 38.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 98 7 42 0 0.93 0.57 0.62 336.92 0.87 0.21
Hex 62 7 2A 0 5D 39 3E 151 57 15
Octal 142 7 52 0 135 71 76 521 127 25
Binary 1100010 111 101010 0 1011101 111001 111110 101010001 1010111 10101

Color Harmonies of #62072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62072A

Black with #62072A

Text Example


Text Example

White with #62072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62072A; }

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

 H1.HeaderClassName
 {
   color: #62072A;
 }
 .AnyTagClassName
 {
   color: #62072A;
 }
</style>

background-color css

<style>
 a { background-color: #62072A; }

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

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

border-color css

<style>
 span { border-color: #62072A; }

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

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