Html Css Color HEX #62114B Tyrian Purple

📋 copy color: '#62114B'

red 98 ◦ green 17 ◦ blue 75

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

Shades of Tyrian Purple #62114B

Tints of Tyrian Purple #62114B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 51.58%
G = 8.95%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#62114B (or 0x62114B) is known color: Tyrian Purple. HEX triplet: 62, 11 and 4B. RGB value is (98,17,75). Sum of RGB (Red+Green+Blue) = 98+17+75=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62114B is #9DEEB4. Grayscale: #2F2F2F. Windows color (decimal): -10350261 or 4919650. OLE color: 4919650.

HSL color Cylindrical-coordinate representation of color #62114B: hue angle of 317.04º 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 #62114B is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 75 -
CMYK 0 0.83 0.23 0.62
HSL 317.04º 0.7% 0.23% -
HSV(B) 317.04º 0.83% 0.38% -
XYZ 6.51 3.51 6.99 -
YUV 47.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 98 17 75 0 0.83 0.23 0.62 317.04 0.7 0.23
Hex 62 11 4B 0 53 17 3E 13D 46 17
Octal 142 21 113 0 123 27 76 475 106 27
Binary 1100010 10001 1001011 0 1010011 10111 111110 100111101 1000110 10111

Color Harmonies of #62114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62114B

Black with #62114B

Text Example


Text Example

White with #62114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62114B; }

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

 H1.HeaderClassName
 {
   color: #62114B;
 }
 .AnyTagClassName
 {
   color: #62114B;
 }
</style>

background-color css

<style>
 a { background-color: #62114B; }

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

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

border-color css

<style>
 span { border-color: #62114B; }

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

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