Html Css Color HEX #621235 Tyrian Purple

📋 copy color: '#621235'

red 98 ◦ green 18 ◦ blue 53

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

Shades of Tyrian Purple #621235

Tints of Tyrian Purple #621235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.36%

R = 57.99%
G = 10.65%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#621235 (or 0x621235) is known color: Tyrian Purple. HEX triplet: 62, 12 and 35. RGB value is (98,18,53). Sum of RGB (Red+Green+Blue) = 98+18+53=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #621235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621235 is #9DEDCA. Grayscale: #2D2D2D. Windows color (decimal): -10350027 or 3478114. OLE color: 3478114.

HSL color Cylindrical-coordinate representation of color #621235: hue angle of 333.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 #621235 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 53 -
CMYK 0 0.82 0.46 0.62
HSL 333.75º 0.69% 0.23% -
HSV(B) 333.75º 0.82% 0.38% -
XYZ 5.9 3.29 3.69 -
YUV 45.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 98 18 53 0 0.82 0.46 0.62 333.75 0.69 0.23
Hex 62 12 35 0 52 2E 3E 14E 45 17
Octal 142 22 65 0 122 56 76 516 105 27
Binary 1100010 10010 110101 0 1010010 101110 111110 101001110 1000101 10111

Color Harmonies of #621235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621235

Black with #621235

Text Example


Text Example

White with #621235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621235; }

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

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

background-color css

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

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

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

border-color css

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

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

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