Html Css Color HEX #621A75 Seance

📋 copy color: '#621A75'

red 98 ◦ green 26 ◦ blue 117

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

Shades of Seance #621A75

Tints of Seance #621A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 40.66%
G = 10.79%
B = 48.55%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#621A75 (or 0x621A75) is known color: Seance. HEX triplet: 62, 1A and 75. RGB value is (98,26,117). Sum of RGB (Red+Green+Blue) = 98+26+117=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #621A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A75 is #9DE58A. Grayscale: #393939. Windows color (decimal): -10347915 or 7674466. OLE color: 7674466.

HSL color Cylindrical-coordinate representation of color #621A75: hue angle of 287.47º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621A75 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 26 117 -
CMYK 0.16 0.78 0 0.54
HSL 287.47º 0.64% 0.28% -
HSV(B) 287.47º 0.78% 0.46% -
XYZ 8.62 4.62 17.27 -
YUV 57.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 98 26 117 0.16 0.78 0 0.54 287.47 0.64 0.28
Hex 62 1A 75 10 4E 0 36 11F 40 1C
Octal 142 32 165 20 116 0 66 437 100 34
Binary 1100010 11010 1110101 10000 1001110 0 110110 100011111 1000000 11100

Color Harmonies of #621A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A75

Black with #621A75

Text Example


Text Example

White with #621A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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