Html Css Color HEX #620F4A Tyrian Purple

📋 copy color: '#620F4A'

red 98 ◦ green 15 ◦ blue 74

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

Shades of Tyrian Purple #620F4A

Tints of Tyrian Purple #620F4A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.02%

 BLUE value IS 74 (29.3% from 255) = 39.57%

R = 52.41%
G = 8.02%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#620F4A (or 0x620F4A) is known color: Tyrian Purple. HEX triplet: 62, 0F and 4A. RGB value is (98,15,74). Sum of RGB (Red+Green+Blue) = 98+15+74=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #620F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F4A is #9DF0B5. Grayscale: #2E2E2E. Windows color (decimal): -10350774 or 4853602. OLE color: 4853602.

HSL color Cylindrical-coordinate representation of color #620F4A: hue angle of 317.35º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F4A is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 15 74 -
CMYK 0 0.85 0.24 0.62
HSL 317.35º 0.73% 0.22% -
HSV(B) 317.35º 0.85% 0.38% -
XYZ 6.44 3.43 6.8 -
YUV 46.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 98 15 74 0 0.85 0.24 0.62 317.35 0.73 0.22
Hex 62 F 4A 0 55 18 3E 13D 49 16
Octal 142 17 112 0 125 30 76 475 111 26
Binary 1100010 1111 1001010 0 1010101 11000 111110 100111101 1001001 10110

Color Harmonies of #620F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F4A

Black with #620F4A

Text Example


Text Example

White with #620F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620F4A; }

 p { color: rgb(98,15,74); }

 H1.HeaderClassName
 {
   color: #620F4A;
 }
 .AnyTagClassName
 {
   color: #620F4A;
 }
</style>

background-color css

<style>
 a { background-color: #620F4A; }

 a { background-color: rgb(98,15,74); }

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

border-color css

<style>
 span { border-color: #620F4A; }

 span { border-color: rgb(98,15,74); }

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