Html Css Color HEX #62123A Tyrian Purple

📋 copy color: '#62123A'

red 98 ◦ green 18 ◦ blue 58

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

Shades of Tyrian Purple #62123A

Tints of Tyrian Purple #62123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 56.32%
G = 10.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#62123A (or 0x62123A) is known color: Tyrian Purple. HEX triplet: 62, 12 and 3A. RGB value is (98,18,58). Sum of RGB (Red+Green+Blue) = 98+18+58=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62123A is #9DEDC5. Grayscale: #2E2E2E. Windows color (decimal): -10350022 or 3805794. OLE color: 3805794.

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

Color convert

RGB 98 18 58 -
CMYK 0 0.82 0.41 0.62
HSL 330º 0.69% 0.23% -
HSV(B) 330º 0.82% 0.38% -
XYZ 6.02 3.33 4.33 -
YUV 46.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 98 18 58 0 0.82 0.41 0.62 330 0.69 0.23
Hex 62 12 3A 0 52 29 3E 14A 45 17
Octal 142 22 72 0 122 51 76 512 105 27
Binary 1100010 10010 111010 0 1010010 101001 111110 101001010 1000101 10111

Color Harmonies of #62123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62123A

Black with #62123A

Text Example


Text Example

White with #62123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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