Html Css Color HEX #621D73 Seance

📋 copy color: '#621D73'

red 98 ◦ green 29 ◦ blue 115

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

Shades of Seance #621D73

Tints of Seance #621D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

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

R = 40.5%
G = 11.98%
B = 47.52%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#621D73 (or 0x621D73) is known color: Seance. HEX triplet: 62, 1D and 73. RGB value is (98,29,115). Sum of RGB (Red+Green+Blue) = 98+29+115=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #621D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621D73 is #9DE28C. Grayscale: #3B3B3B. Windows color (decimal): -10347149 or 7544162. OLE color: 7544162.

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

Color convert

RGB 98 29 115 -
CMYK 0.15 0.75 0 0.55
HSL 288.14º 0.6% 0.28% -
HSV(B) 288.14º 0.75% 0.45% -
XYZ 8.57 4.71 16.68 -
YUV 59.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 98 29 115 0.15 0.75 0 0.55 288.14 0.6 0.28
Hex 62 1D 73 F 4B 0 37 120 3C 1C
Octal 142 35 163 17 113 0 67 440 74 34
Binary 1100010 11101 1110011 1111 1001011 0 110111 100100000 111100 11100

Color Harmonies of #621D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D73

Black with #621D73

Text Example


Text Example

White with #621D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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