Html Css Color HEX #62014B Tyrian Purple

📋 copy color: '#62014B'

red 98 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #62014B

Tints of Tyrian Purple #62014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 56.32%
G = 0.57%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#62014B (or 0x62014B) is known color: Tyrian Purple. HEX triplet: 62, 01 and 4B. RGB value is (98,1,75). Sum of RGB (Red+Green+Blue) = 98+1+75=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62014B is #9DFEB4. Grayscale: #262626. Windows color (decimal): -10354357 or 4915554. OLE color: 4915554.

HSL color Cylindrical-coordinate representation of color #62014B: hue angle of 314.23º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62014B is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 75 -
CMYK 0 0.99 0.23 0.62
HSL 314.23º 0.98% 0.19% -
HSV(B) 314.23º 0.99% 0.38% -
XYZ 6.32 3.13 6.93 -
YUV 38.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 98 1 75 0 0.99 0.23 0.62 314.23 0.98 0.19
Hex 62 1 4B 0 63 17 3E 13A 62 13
Octal 142 1 113 0 143 27 76 472 142 23
Binary 1100010 1 1001011 0 1100011 10111 111110 100111010 1100010 10011

Color Harmonies of #62014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62014B

Black with #62014B

Text Example


Text Example

White with #62014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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