Html Css Color HEX #621A73 Seance

📋 copy color: '#621A73'

red 98 ◦ green 26 ◦ blue 115

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

Shades of Seance #621A73

Tints of Seance #621A73

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

 BLUE value IS 115 (45.31% from 255) = 48.12%

R = 41%
G = 10.88%
B = 48.12%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#621A73 (or 0x621A73) is known color: Seance. HEX triplet: 62, 1A and 73. RGB value is (98,26,115). Sum of RGB (Red+Green+Blue) = 98+26+115=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #621A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A73 is #9DE58C. Grayscale: #393939. Windows color (decimal): -10347917 or 7543394. OLE color: 7543394.

HSL color Cylindrical-coordinate representation of color #621A73: hue angle of 288.54º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621A73 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 26 115 -
CMYK 0.15 0.77 0 0.55
HSL 288.54º 0.63% 0.28% -
HSV(B) 288.54º 0.77% 0.45% -
XYZ 8.5 4.57 16.65 -
YUV 57.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 98 26 115 0.15 0.77 0 0.55 288.54 0.63 0.28
Hex 62 1A 73 F 4D 0 37 121 3F 1C
Octal 142 32 163 17 115 0 67 441 77 34
Binary 1100010 11010 1110011 1111 1001101 0 110111 100100001 111111 11100

Color Harmonies of #621A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A73

Black with #621A73

Text Example


Text Example

White with #621A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621A73; }

 p { color: rgb(98,26,115); }

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

background-color css

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

 a { background-color: rgb(98,26,115); }

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

border-color css

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

 span { border-color: rgb(98,26,115); }

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