Html Css Color HEX #63207C Seance

📋 copy color: '#63207C'

red 99 ◦ green 32 ◦ blue 124

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

Shades of Seance #63207C

Tints of Seance #63207C

RGB

 RED value IS 99 (39.06% from 255) = 38.82%

 GREEN value IS 32 (12.89% from 255) = 12.55%

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

R = 38.82%
G = 12.55%
B = 48.63%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63207C (or 0x63207C) is known color: Seance. HEX triplet: 63, 20 and 7C. RGB value is (99,32,124). Sum of RGB (Red+Green+Blue) = 99+32+124=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #63207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63207C is #9CDF83. Grayscale: #3E3E3E. Windows color (decimal): -10280836 or 8134755. OLE color: 8134755.

HSL color Cylindrical-coordinate representation of color #63207C: hue angle of 283.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63207C is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 32 124 -
CMYK 0.20 0.74 0 0.51
HSL 283.7º 0.59% 0.31% -
HSV(B) 283.7º 0.74% 0.49% -
XYZ 9.3 5.14 19.57 -
YUV 62.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 99 32 124 0.20 0.74 0 0.51 283.7 0.59 0.31
Hex 63 20 7C 14 4A 0 33 11C 3B 1F
Octal 143 40 174 24 112 0 63 434 73 37
Binary 1100011 100000 1111100 10100 1001010 0 110011 100011100 111011 11111

Color Harmonies of #63207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63207C

Black with #63207C

Text Example


Text Example

White with #63207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63207C; }

 p { color: rgb(99,32,124); }

 H1.HeaderClassName
 {
   color: #63207C;
 }
 .AnyTagClassName
 {
   color: #63207C;
 }
</style>

background-color css

<style>
 a { background-color: #63207C; }

 a { background-color: rgb(99,32,124); }

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

border-color css

<style>
 span { border-color: #63207C; }

 span { border-color: rgb(99,32,124); }

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