Html Css Color HEX #620C41 Tyrian Purple

📋 copy color: '#620C41'

red 98 ◦ green 12 ◦ blue 65

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

Shades of Tyrian Purple #620C41

Tints of Tyrian Purple #620C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.86%

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 56%
G = 6.86%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#620C41 (or 0x620C41) is known color: Tyrian Purple. HEX triplet: 62, 0C and 41. RGB value is (98,12,65). Sum of RGB (Red+Green+Blue) = 98+12+65=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #620C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C41 is #9DF3BE. Grayscale: #2B2B2B. Windows color (decimal): -10351551 or 4263010. OLE color: 4263010.

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

Color convert

RGB 98 12 65 -
CMYK 0 0.88 0.34 0.62
HSL 323.02º 0.78% 0.22% -
HSV(B) 323.02º 0.88% 0.38% -
XYZ 6.12 3.24 5.3 -
YUV 43.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 98 12 65 0 0.88 0.34 0.62 323.02 0.78 0.22
Hex 62 C 41 0 58 22 3E 143 4E 16
Octal 142 14 101 0 130 42 76 503 116 26
Binary 1100010 1100 1000001 0 1011000 100010 111110 101000011 1001110 10110

Color Harmonies of #620C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C41

Black with #620C41

Text Example


Text Example

White with #620C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,12,65); }

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

background-color css

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

 a { background-color: rgb(98,12,65); }

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

border-color css

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

 span { border-color: rgb(98,12,65); }

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