Html Css Color HEX #62004B Tyrian Purple

📋 copy color: '#62004B'

red 98 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #62004B

Tints of Tyrian Purple #62004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.65%
G = 0%
B = 43.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#62004B (or 0x62004B) is known color: Tyrian Purple. HEX triplet: 62, 00 and 4B. RGB value is (98,0,75). Sum of RGB (Red+Green+Blue) = 98+0+75=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62004B is #9DFFB4. Grayscale: #252525. Windows color (decimal): -10354613 or 4915298. OLE color: 4915298.

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

Color convert

RGB 98 0 75 -
CMYK 0 1 0.23 0.62
HSL 314.08º 1% 0.19% -
HSV(B) 314.08º 1% 0.38% -
XYZ 6.31 3.1 6.92 -
YUV 37.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 98 0 75 0 1 0.23 0.62 314.08 1 0.19
Hex 62 0 4B 0 64 17 3E 13A 64 13
Octal 142 0 113 0 144 27 76 472 144 23
Binary 1100010 0 1001011 0 1100100 10111 111110 100111010 1100100 10011

Color Harmonies of #62004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62004B

Black with #62004B

Text Example


Text Example

White with #62004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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