Html Css Color HEX #62123C Tyrian Purple

📋 copy color: '#62123C'

red 98 ◦ green 18 ◦ blue 60

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

Shades of Tyrian Purple #62123C

Tints of Tyrian Purple #62123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.23%

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

R = 55.68%
G = 10.23%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#62123C (or 0x62123C) is known color: Tyrian Purple. HEX triplet: 62, 12 and 3C. RGB value is (98,18,60). Sum of RGB (Red+Green+Blue) = 98+18+60=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62123C is #9DEDC3. Grayscale: #2E2E2E. Windows color (decimal): -10350020 or 3936866. OLE color: 3936866.

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

Color convert

RGB 98 18 60 -
CMYK 0 0.82 0.39 0.62
HSL 328.5º 0.69% 0.23% -
HSV(B) 328.5º 0.82% 0.38% -
XYZ 6.07 3.36 4.6 -
YUV 46.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 98 18 60 0 0.82 0.39 0.62 328.5 0.69 0.23
Hex 62 12 3C 0 52 27 3E 148 45 17
Octal 142 22 74 0 122 47 76 510 105 27
Binary 1100010 10010 111100 0 1010010 100111 111110 101001000 1000101 10111

Color Harmonies of #62123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62123C

Black with #62123C

Text Example


Text Example

White with #62123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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