Html Css Color HEX #621245 Tyrian Purple

📋 copy color: '#621245'

red 98 ◦ green 18 ◦ blue 69

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

Shades of Tyrian Purple #621245

Tints of Tyrian Purple #621245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 52.97%
G = 9.73%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#621245 (or 0x621245) is known color: Tyrian Purple. HEX triplet: 62, 12 and 45. RGB value is (98,18,69). Sum of RGB (Red+Green+Blue) = 98+18+69=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621245 is #9DEDBA. Grayscale: #2F2F2F. Windows color (decimal): -10350011 or 4526690. OLE color: 4526690.

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

Color convert

RGB 98 18 69 -
CMYK 0 0.82 0.30 0.62
HSL 321.75º 0.69% 0.23% -
HSV(B) 321.75º 0.82% 0.38% -
XYZ 6.33 3.46 5.96 -
YUV 47.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 98 18 69 0 0.82 0.30 0.62 321.75 0.69 0.23
Hex 62 12 45 0 52 1E 3E 142 45 17
Octal 142 22 105 0 122 36 76 502 105 27
Binary 1100010 10010 1000101 0 1010010 11110 111110 101000010 1000101 10111

Color Harmonies of #621245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621245

Black with #621245

Text Example


Text Example

White with #621245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621245; }

 p { color: rgb(98,18,69); }

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

background-color css

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

 a { background-color: rgb(98,18,69); }

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

border-color css

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

 span { border-color: rgb(98,18,69); }

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