Html Css Color HEX #621A7C Seance

📋 copy color: '#621A7C'

red 98 ◦ green 26 ◦ blue 124

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

Shades of Seance #621A7C

Tints of Seance #621A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50%

R = 39.52%
G = 10.48%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#621A7C (or 0x621A7C) is known color: Seance. HEX triplet: 62, 1A and 7C. RGB value is (98,26,124). Sum of RGB (Red+Green+Blue) = 98+26+124=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #621A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A7C is #9DE583. Grayscale: #3A3A3A. Windows color (decimal): -10347908 or 8133218. OLE color: 8133218.

HSL color Cylindrical-coordinate representation of color #621A7C: hue angle of 284.08º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621A7C is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 26 124 -
CMYK 0.21 0.79 0 0.51
HSL 284.08º 0.65% 0.29% -
HSV(B) 284.08º 0.79% 0.49% -
XYZ 9.04 4.79 19.52 -
YUV 58.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 98 26 124 0.21 0.79 0 0.51 284.08 0.65 0.29
Hex 62 1A 7C 15 4F 0 33 11C 41 1D
Octal 142 32 174 25 117 0 63 434 101 35
Binary 1100010 11010 1111100 10101 1001111 0 110011 100011100 1000001 11101

Color Harmonies of #621A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A7C

Black with #621A7C

Text Example


Text Example

White with #621A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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