Html Css Color HEX #621B72 Seance

📋 copy color: '#621B72'

red 98 ◦ green 27 ◦ blue 114

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

Shades of Seance #621B72

Tints of Seance #621B72

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.3%

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 41%
G = 11.3%
B = 47.7%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#621B72 (or 0x621B72) is known color: Seance. HEX triplet: 62, 1B and 72. RGB value is (98,27,114). Sum of RGB (Red+Green+Blue) = 98+27+114=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #621B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621B72 is #9DE48D. Grayscale: #393939. Windows color (decimal): -10347662 or 7478114. OLE color: 7478114.

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

Color convert

RGB 98 27 114 -
CMYK 0.14 0.76 0 0.55
HSL 288.97º 0.62% 0.28% -
HSV(B) 288.97º 0.76% 0.45% -
XYZ 8.47 4.6 16.36 -
YUV 58.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 98 27 114 0.14 0.76 0 0.55 288.97 0.62 0.28
Hex 62 1B 72 E 4C 0 37 121 3E 1C
Octal 142 33 162 16 114 0 67 441 76 34
Binary 1100010 11011 1110010 1110 1001100 0 110111 100100001 111110 11100

Color Harmonies of #621B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B72

Black with #621B72

Text Example


Text Example

White with #621B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,27,114); }

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

background-color css

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

 a { background-color: rgb(98,27,114); }

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

border-color css

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

 span { border-color: rgb(98,27,114); }

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