Html Css Color HEX #620C3F Tyrian Purple

📋 copy color: '#620C3F'

red 98 ◦ green 12 ◦ blue 63

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

Shades of Tyrian Purple #620C3F

Tints of Tyrian Purple #620C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.42%

R = 56.65%
G = 6.94%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#620C3F (or 0x620C3F) is known color: Tyrian Purple. HEX triplet: 62, 0C and 3F. RGB value is (98,12,63). Sum of RGB (Red+Green+Blue) = 98+12+63=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C3F is #9DF3C0. Grayscale: #2B2B2B. Windows color (decimal): -10351553 or 4131938. OLE color: 4131938.

HSL color Cylindrical-coordinate representation of color #620C3F: hue angle of 324.42º 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 #620C3F is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 12 63 -
CMYK 0 0.88 0.36 0.62
HSL 324.42º 0.78% 0.22% -
HSV(B) 324.42º 0.88% 0.38% -
XYZ 6.07 3.22 5 -
YUV 43.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 98 12 63 0 0.88 0.36 0.62 324.42 0.78 0.22
Hex 62 C 3F 0 58 24 3E 144 4E 16
Octal 142 14 77 0 130 44 76 504 116 26
Binary 1100010 1100 111111 0 1011000 100100 111110 101000100 1001110 10110

Color Harmonies of #620C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C3F

Black with #620C3F

Text Example


Text Example

White with #620C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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