Html Css Color HEX #63326A Seance

📋 copy color: '#63326A'

red 99 ◦ green 50 ◦ blue 106

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

Shades of Seance #63326A

Tints of Seance #63326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 38.82%
G = 19.61%
B = 41.57%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63326A (or 0x63326A) is known color: Seance. HEX triplet: 63, 32 and 6A. RGB value is (99,50,106). Sum of RGB (Red+Green+Blue) = 99+50+106=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #63326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63326A is #9CCD95. Grayscale: #464646. Windows color (decimal): -10276246 or 6959715. OLE color: 6959715.

HSL color Cylindrical-coordinate representation of color #63326A: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63326A is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 50 106 -
CMYK 0.07 0.53 0 0.58
HSL 292.5º 0.36% 0.31% -
HSV(B) 292.5º 0.53% 0.42% -
XYZ 8.89 5.97 14.32 -
YUV 71.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 99 50 106 0.07 0.53 0 0.58 292.5 0.36 0.31
Hex 63 32 6A 7 35 0 3A 124 24 1F
Octal 143 62 152 7 65 0 72 444 44 37
Binary 1100011 110010 1101010 111 110101 0 111010 100100100 100100 11111

Color Harmonies of #63326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63326A

Black with #63326A

Text Example


Text Example

White with #63326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63326A; }

 p { color: rgb(99,50,106); }

 H1.HeaderClassName
 {
   color: #63326A;
 }
 .AnyTagClassName
 {
   color: #63326A;
 }
</style>

background-color css

<style>
 a { background-color: #63326A; }

 a { background-color: rgb(99,50,106); }

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

border-color css

<style>
 span { border-color: #63326A; }

 span { border-color: rgb(99,50,106); }

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