Html Css Color HEX #62113C Tyrian Purple

📋 copy color: '#62113C'

red 98 ◦ green 17 ◦ blue 60

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

Shades of Tyrian Purple #62113C

Tints of Tyrian Purple #62113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 56%
G = 9.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#62113C (or 0x62113C) is known color: Tyrian Purple. HEX triplet: 62, 11 and 3C. RGB value is (98,17,60). Sum of RGB (Red+Green+Blue) = 98+17+60=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62113C is #9DEEC3. Grayscale: #2E2E2E. Windows color (decimal): -10350276 or 3936610. OLE color: 3936610.

HSL color Cylindrical-coordinate representation of color #62113C: hue angle of 328.15º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62113C is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 60 -
CMYK 0 0.83 0.39 0.62
HSL 328.15º 0.7% 0.23% -
HSV(B) 328.15º 0.83% 0.38% -
XYZ 6.05 3.32 4.6 -
YUV 46.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 98 17 60 0 0.83 0.39 0.62 328.15 0.7 0.23
Hex 62 11 3C 0 53 27 3E 148 46 17
Octal 142 21 74 0 123 47 76 510 106 27
Binary 1100010 10001 111100 0 1010011 100111 111110 101001000 1000110 10111

Color Harmonies of #62113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62113C

Black with #62113C

Text Example


Text Example

White with #62113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62113C; }

 p { color: rgb(98,17,60); }

 H1.HeaderClassName
 {
   color: #62113C;
 }
 .AnyTagClassName
 {
   color: #62113C;
 }
</style>

background-color css

<style>
 a { background-color: #62113C; }

 a { background-color: rgb(98,17,60); }

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

border-color css

<style>
 span { border-color: #62113C; }

 span { border-color: rgb(98,17,60); }

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